Explorar o código

remove unused action

nico %!s(int64=8) %!d(string=hai) anos
pai
achega
204f7e4581
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      kalliope.py

+ 1 - 1
kalliope.py

@@ -21,7 +21,7 @@ def signal_handler(signal, frame):
     Utils.print_info("Ctrl+C pressed. Killing Kalliope")
     sys.exit(0)
 
-ACTION_LIST = ["start", "gui", "load-events"]
+ACTION_LIST = ["start", "gui"]
 
 
 def main():