fix update
Browse files- akn/clientmulti_bot.py +1 -1
akn/clientmulti_bot.py
CHANGED
@@ -41,7 +41,7 @@ async def start_user() -> None:
|
|
41 |
api_hash=API_HASH,
|
42 |
session_string=session_str,
|
43 |
plugins=dict(root="akn.Akeno"),
|
44 |
-
workdir="/tmp/
|
45 |
app_version="UserBot/latest",
|
46 |
device_model="Anonymous",
|
47 |
system_version="Linux/Kernel-6.5",
|
|
|
41 |
api_hash=API_HASH,
|
42 |
session_string=session_str,
|
43 |
plugins=dict(root="akn.Akeno"),
|
44 |
+
workdir="/tmp/akn_userbot",
|
45 |
app_version="UserBot/latest",
|
46 |
device_model="Anonymous",
|
47 |
system_version="Linux/Kernel-6.5",
|