Fix missing os import

This commit is contained in:
Gabriel Augendre 2021-02-08 14:32:23 +01:00
parent 5f7fa85ca0
commit 0c37ba3f65
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import requests, pprint
import requests, pprint, os
GITEA_TOKEN = os.getenv("GITEA_TOKEN")
BASE_URL = "https://git.augendre.info/api/v1"