Merge branch 'master' of github.com:AnonymusRaccoon/AnonymousGoose

This commit is contained in:
Anonymus Raccoon
2020-04-26 15:28:19 +02:00
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -7,6 +7,7 @@ from term_utils import Term
from command_helper import CommandHelper
from trick import Trick
class AnonymousGoose:
def __init__(self):
self.should_exit = False
-2
View File
@@ -4,8 +4,6 @@ import threading
import os
class Otis(Trick):
is_started = False