mirror of
https://github.com/zoriya/AnonymousGoose.git
synced 2026-06-03 22:30:56 +00:00
fic scenario autostart
This commit is contained in:
@@ -6,7 +6,6 @@ import sys
|
||||
from term_utils import Term
|
||||
from command_helper import CommandHelper
|
||||
from trick import Trick
|
||||
from tricks.scenario import Scenario
|
||||
|
||||
class AnonymousGoose:
|
||||
def __init__(self):
|
||||
@@ -56,7 +55,6 @@ class AnonymousGoose:
|
||||
|
||||
if __name__ == "__main__":
|
||||
disable_x = len(sys.argv) == 2 and sys.argv[1] == '-x'
|
||||
Scenario().run()
|
||||
goose = AnonymousGoose()
|
||||
goose.run(disable_x)
|
||||
goose.stop()
|
||||
|
||||
Reference in New Issue
Block a user