代码优化

This commit is contained in:
ikun
2024-09-15 16:18:21 +08:00
parent 98ce0c091a
commit 63391cb048
11 changed files with 45 additions and 40 deletions

View File

@@ -1,13 +1,12 @@
import os
import time
import asyncio
from common.log import log
from common.stack_error import stack_error
from common.init_text import init
from common.main_func import main
import os
import time
import asyncio
import time
lock = asyncio.Lock()
init()