Spaces:
Running
Running
BREAK
Browse files
app.py
CHANGED
@@ -7,6 +7,7 @@ from io import BytesIO
|
|
7 |
from fusion import Fusion
|
8 |
from telethon import TelegramClient, events, Button, types
|
9 |
|
|
|
10 |
|
11 |
API_ID = os.environ.get("API_ID")
|
12 |
API_HASH = os.environ.get("API_HASH")
|
|
|
7 |
from fusion import Fusion
|
8 |
from telethon import TelegramClient, events, Button, types
|
9 |
|
10 |
+
code breaker
|
11 |
|
12 |
API_ID = os.environ.get("API_ID")
|
13 |
API_HASH = os.environ.get("API_HASH")
|