fixed
This commit is contained in:
2
main.py
2
main.py
@ -3,6 +3,7 @@ import getpass
|
|||||||
import traceback
|
import traceback
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from shutil import move
|
from shutil import move
|
||||||
|
from time import sleep
|
||||||
|
|
||||||
from aiohttp import ClientTimeout
|
from aiohttp import ClientTimeout
|
||||||
from httpwrapper import AsyncClientConfig, BaseAsyncClient
|
from httpwrapper import AsyncClientConfig, BaseAsyncClient
|
||||||
@ -24,6 +25,7 @@ def move_ipa(from_path: str, to_path: str):
|
|||||||
return
|
return
|
||||||
except Exception:
|
except Exception:
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
|
sleep(10)
|
||||||
|
|
||||||
|
|
||||||
class IPAToolClient(BaseAsyncClient):
|
class IPAToolClient(BaseAsyncClient):
|
||||||
|
|||||||
Reference in New Issue
Block a user