Add error handling to exec command and fix minor bug in cleaning up relays

This commit is contained in:
2019-10-02 21:25:15 +01:00
parent 872d08be3e
commit 89894287b3
3 changed files with 9 additions and 2 deletions

View File

@@ -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