Fix missing os import

This commit is contained in:
Gabriel Augendre 2021-02-08 14:32:23 +01:00
parent 5f7fa85ca0
commit 0c37ba3f65

View file

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