Skip to content

Commit

Permalink
Update sample_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
No-OnE-Kn0wS-Me authored May 27, 2021
1 parent 0a71e4e commit b6e9030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Config(object):
# Update channel for Force Subscribe
UPDATE_CHANNEL = os.environ.get("UPDATE_CHANNEL", "")
# log channel
LOG_CHANNEL = os.environ.get("LOG_CHANNEL", "")
#LOG_CHANNEL = os.environ.get("LOG_CHANNEL", "")
# Get these values from my.telegram.org
CHAT_ID = os.environ.get("CHAT_ID", "")
# Array to store users who are authorized to use the bot
Expand Down

0 comments on commit b6e9030

Please sign in to comment.