Add error handling to exec command and fix minor bug in cleaning up relays
This commit is contained in:
@@ -58,7 +58,7 @@ class Network:
|
||||
|
||||
def seppuku(self):
|
||||
# Removes all bots in preperation for deletion
|
||||
self.killAliases(self.relay.keys())
|
||||
self.killAliases(self.relays.keys())
|
||||
|
||||
def start_bot(self, num):
|
||||
# a single name is given to relays in the backend
|
||||
|
||||
Reference in New Issue
Block a user