Drag
commited on
Commit
·
fd57a51
1
Parent(s):
6cb6c86
Update telegraph.py
Browse files
Mikobot/plugins/telegraph.py
CHANGED
@@ -12,7 +12,7 @@ from Mikobot.utils.errors import capture_err
|
|
12 |
# <=======================================================================================================>
|
13 |
|
14 |
TMP_DOWNLOAD_DIRECTORY = "tg-File/"
|
15 |
-
bname = "
|
16 |
telegraph = Telegraph()
|
17 |
r = telegraph.create_account(short_name=bname)
|
18 |
auth_url = r["auth_url"]
|
|
|
12 |
# <=======================================================================================================>
|
13 |
|
14 |
TMP_DOWNLOAD_DIRECTORY = "tg-File/"
|
15 |
+
bname = "drag"
|
16 |
telegraph = Telegraph()
|
17 |
r = telegraph.create_account(short_name=bname)
|
18 |
auth_url = r["auth_url"]
|