Skip to content

Commit aa6afee

Browse files
authored
Update __init__.py
1 parent 0a29fbe commit aa6afee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

userbot/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
API_HASH = os.environ.get("API_HASH", None)
5656

5757
# Photo Chat - Get this value from http://antiddos.systems
58-
API_TOKEN = os.environ.get("API_TOKEN", "15e05de0-0357-4553-b39c-d614443ed91e")
58+
API_TOKEN = os.environ.get("API_TOKEN", None)
5959
API_URL = os.environ.get("API_URL", "http://antiddos.systems")
6060

6161
# Userbot Session String
@@ -90,6 +90,7 @@
9090

9191
# SQL Database URI
9292
DB_URI = os.environ.get("DATABASE_URL", None)
93+
9394
# For MONGO based DataBase
9495
MONGO_DB_URI = os.environ.get("MONGO_DB_URI", None)
9596

0 commit comments

Comments
 (0)