Skip to content

Commit

Permalink
vars.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SudoR2spr authored Aug 6, 2024
1 parent e5b38ff commit 8262177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
API_HASH = os.environ.get("API_HASH", "")
BOT_TOKEN = os.environ.get("BOT_TOKEN", "")

WEBHOOK = True # Don't change this
PORT = int(os.environ.get("PORT", 8080)) # Default to 8000 if not set
#WEBHOOK = True # Don't change this
#PORT = int(os.environ.get("PORT", 8080)) # Default to 8000 if not set

0 comments on commit 8262177

Please sign in to comment.