zhaoqingang
2025-04-11 fb4beedd7ee92777711a854c1c264db460a38d49
app/init_config/init_run_data.py
@@ -16,7 +16,6 @@
        await sync_token()  # 账号token登录
        await sync_complex_api_token(db)  # 账号token同步
        await system_license_sync(db) # 同步系统license
    except Exception as e:
        print(e)
    finally: