Skip to content

Commit

Permalink
update python
Browse files Browse the repository at this point in the history
  • Loading branch information
futuresea-dev committed Sep 29, 2024
1 parent 0604981 commit 0ae4d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defiback/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from requests.structures import CaseInsensitiveDict


g_token = os.getenv("GITHUB_TOKEN")
g_token = os.getenv("DEFISTATSBACKEND")
g = Github(g_token)
repo = g.get_repo("chnuessli/defi_data")

Expand Down

0 comments on commit 0ae4d0c

Please sign in to comment.