Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chnuessli committed Jan 24, 2025
1 parent 737fca4 commit e44e7b6
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 @@ -16,7 +16,7 @@
g_token = os.getenv("DEFISTATSBACKEND")
logging.info("Current token is: %s", g_token)
g = Github(g_token)
repo = g.get_repo("chnuessli/defi_data")
repo = g.get_repo("OpenBracketsCH/defi_data")

headers = CaseInsensitiveDict()
headers["Accept"] = "application/vnd.github.v3.raw"
Expand Down

0 comments on commit e44e7b6

Please sign in to comment.