mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 16:58:12 +00:00
Fixed missing variable in method
This commit is contained in:
@@ -160,7 +160,7 @@ class NewJobWindow(Frame):
|
||||
|
||||
self.fetch_server_data()
|
||||
|
||||
def client_picked(self):
|
||||
def client_picked(self, event=None):
|
||||
self.server_proxy.hostname = self.client_combo.get()
|
||||
self.fetch_server_data()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user