Skip to content

Commit

Permalink
DO NOT CHANGE ANYTHING IN THIS CODE
Browse files Browse the repository at this point in the history
  • Loading branch information
teletips authored May 3, 2022
1 parent bc258a5 commit 504bbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion botstatus_teletips.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
app = Client(
api_id = int(os.environ["API_ID"]),
api_hash = os.environ["API_HASH"],
name = os.environ["SESSION_NAME"]
session_string = os.environ["SESSION_NAME"]
)
TIME_ZONE = os.environ["TIME_ZONE"]
BOT_LIST = [i.strip() for i in os.environ.get("BOT_LIST").split(' ')]
Expand Down

0 comments on commit 504bbbc

Please sign in to comment.