Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiiRepair committed Aug 6, 2023
1 parent 1547436 commit 9ffc5ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tlg_bot/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
class Config(object):
def __init__(self):
load_dotenv(find_dotenv())
print(os.getenv("API_HASH"))
self.API_HASH = os.getenv("API_HASH")
self.API_ID = os.getenv("API_ID")
self.ASSISTANT_ID = os.getenv("ASSISTANT_ID")
Expand Down

0 comments on commit 9ffc5ed

Please sign in to comment.