circular import error fixed

This commit is contained in:
pseusys
2023-02-26 08:43:35 +01:00
parent 1686d114fb
commit 6f58b50f2f
2 changed files with 6 additions and 5 deletions

View File

@@ -181,7 +181,7 @@ async def main():
Initializes all managers, collects user info and updates README.md if necessary.
"""
init_github_manager()
await init_download_manager()
await init_download_manager(GHM.USER.login)
init_localization_manager()
DBM.i("Managers initialized.")