Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Scratchcat1 authored Dec 13, 2017
1 parent b4d383d commit 30db5d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AATC_Server_Starter.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ def ProcessSpawner(Name,Communications_Queue,Port,Type,Target):


except Exception as e:
time.sleep(10) # If a serious error occurs then this will prevent large amounts of errors making it easier to find a solution.
print("Error in",Type,"Process Spawner",str(e))

Spawner_Control_Queue.put(("Controller","Exit",(True,)))
Expand Down

0 comments on commit 30db5d2

Please sign in to comment.