Skip to content

Commit

Permalink
fixes a bug with loading classes
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamidori5 committed May 22, 2024
1 parent c193d7e commit 1d0e7f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion other_files/midori_program_ver.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
`Antioquia Brushfinch` ->| 24.5.21.4 |<-
`Antioquia Brushfinch` ->| 24.5.21.5 |<-
6 changes: 3 additions & 3 deletions other_files/model_installer/subsystem_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,18 +229,18 @@

if answerstartup == 2:
s.data_helper_python()
subsystem_backend_manager.backend_installer(None, "midori-docker-compose.yaml", client, client_openai, ver_os_info, discord_id) # type: ignore
subsystem_backend_manager.backend_installer("midori-docker-compose.yaml", client, client_openai, ver_os_info, discord_id) # type: ignore
s.data_helper_python()

if answerstartup == 3:
s.data_helper_python()
subsystem_backend_manager.backend_updater(None, "midori-docker-compose.yaml", client, ver_os_info) # type: ignore
subsystem_backend_manager.backend_updater("midori-docker-compose.yaml", client, ver_os_info) # type: ignore
input("Hit enter to go back to the main menu: ")
s.data_helper_python()

if answerstartup == 4:
s.data_helper_python()
subsystem_backend_manager.backend_uninstaller(None, "midori-docker-compose.yaml", client, ver_os_info) # type: ignore
subsystem_backend_manager.backend_uninstaller("midori-docker-compose.yaml", client, ver_os_info) # type: ignore
s.data_helper_python()

if answerstartup == 5:
Expand Down

0 comments on commit 1d0e7f8

Please sign in to comment.