Skip to content

Commit

Permalink
Update uniborgConfig.py
Browse files Browse the repository at this point in the history
  • Loading branch information
leeveshkamboj authored Sep 12, 2020
1 parent 8a99299 commit 5101316
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions userbot/uniborgConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ class Config(object):
FBAN_GROUP_ID = os.environ.get("FBAN_GROUP_ID", None)
if FBAN_GROUP_ID:
FBAN_GROUP_ID = int(FBAN_GROUP_ID)
EXCLUDE_FED = os.environ.get("FBAN_GROUP_ID", EXCLUDE_FED)
else:
class Config(object):
DB_URI = None
Expand Down

0 comments on commit 5101316

Please sign in to comment.