Fix missing os import
This commit is contained in:
parent
5f7fa85ca0
commit
0c37ba3f65
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue