Fix deps error

pull/1/head
hikariatama 2022-08-21 14:59:34 +00:00
parent aeddd7a870
commit b179c54f96
1 changed files with 2 additions and 1 deletions

View File

@ -125,7 +125,8 @@ else:
"pip",
"uninstall",
"-y",
"telethon telethon-mod",
"telethon",
"telethon-mod",
],
check=True,
)