mirror of
https://github.com/barronwaffles/dwc_network_server_emulator.git
synced 2026-09-07 10:45:53 -05:00
Get rid of an unneeded lambda
This commit is contained in:
@@ -33,4 +33,4 @@ if __name__ == "__main__":
|
||||
StorageServer,
|
||||
]
|
||||
for server in servers:
|
||||
threading.Thread(target=lambda:server().start()).start()
|
||||
threading.Thread(target=server().start).start()
|
||||
|
||||
Reference in New Issue
Block a user