Skip to content

Commit

Permalink
update the python file
Browse files Browse the repository at this point in the history
  • Loading branch information
futuresea-dev committed Sep 29, 2024
1 parent 6e3b6ef commit 737fca4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions defiback/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@
import os
import requests
from requests.structures import CaseInsensitiveDict
import logging
logging.basicConfig(level=logging.INFO)



g_token = os.getenv("DEFISTATSBACKEND")
logging.info("Current token is: %s", g_token)
g = Github(g_token)
repo = g.get_repo("chnuessli/defi_data")

Expand Down

0 comments on commit 737fca4

Please sign in to comment.