New job window now lets you pick from all detected servers

This commit is contained in:
Brett Williams
2023-06-03 13:46:29 -05:00
parent 3a55df788d
commit 87da5e7c0d
3 changed files with 16 additions and 33 deletions

View File

@@ -1,4 +1,4 @@
from lib.client.client import start_client
from lib.client.dashboard_window import start_client
if __name__ == '__main__':
start_client()