Skip to content

Commit 1d0e7f8

Browse files
committed
fixes a bug with loading classes
1 parent c193d7e commit 1d0e7f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

other_files/midori_program_ver.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
`Antioquia Brushfinch` ->| 24.5.21.4 |<-
1+
`Antioquia Brushfinch` ->| 24.5.21.5 |<-

other_files/model_installer/subsystem_manager.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,18 +229,18 @@
229229

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

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

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

246246
if answerstartup == 5:

0 commit comments

Comments
 (0)