Skip to content

Commit

Permalink
Troubleshooting page upload without http server (request upload)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Sep 28, 2023
1 parent b30c0cd commit 76ddbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_gui/namespace.py
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ def handle_client_connected(self, message: Message):
dict(port=port, gui_id=gui_id))
self.core_bus.emit(message)

if self.gui_file_path:
if self.gui_file_path or self.gui_file_host_path:
if not self._ready_event.wait(90):
LOG.warning("Not reported ready after 90s")
if framework not in self._connected_frameworks:
Expand Down

0 comments on commit 76ddbaf

Please sign in to comment.