Skip to content

Commit

Permalink
Update Configs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
InukaAsith authored Jan 27, 2021
1 parent ae50989 commit ee54202
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions virtualuserbot/Configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ class Config(object):
LOCATION = os.environ.get("LOCATION", None)
ALIVE_TEXT = os.environ.get("ALIVE_TEXT", None)
OPEN_WEATHER_MAP_APPID = os.environ.get("OPEN_WEATHER_MAP_APPID", None)
STRING_SESSION_2 = os.environ.get("STRING_SESSION_2", None)
STRING_SESSION_3 = os.environ.get("STRING_SESSION_3", None)
# Get your own ACCESS_KEY from http://api.screenshotlayer.com/api/capture
SCREEN_SHOT_LAYER_ACCESS_KEY = os.environ.get(
"SCREEN_SHOT_LAYER_ACCESS_KEY", None
Expand Down

0 comments on commit ee54202

Please sign in to comment.