probabilty done

This commit is contained in:
2014-11-24 20:50:58 -05:00
parent 1ee37b4023
commit 47c104afec
13 changed files with 409 additions and 16 deletions

View File

@@ -46,7 +46,7 @@ class Controller:
if do == 'n':
exit()
self.start()
return self.start()
return True
Controller()