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 394dad6 commit ba6c38c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tlg_bot/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ def __init__(self):
dir = os.path.dirname(os.path.abspath(__file__))
path = os.path.join(dir, ".env")
load_dotenv(path)
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 ba6c38c

Please sign in to comment.