fix intend issue

This commit is contained in:
Bastian Schroll 2018-06-18 07:05:36 +02:00
parent b708adfbd8
commit 613efcf63c

View file

@ -106,8 +106,8 @@ try:
# global serverPaused # global serverPaused
# serverPaused = False # serverPaused = False
def drei(): def drei():
global serverStop global serverStop
serverStop = True serverStop = True
# #
# t1 = threading.Timer(1, eins) # t1 = threading.Timer(1, eins)
# t2 = threading.Timer(5, zwei) # t2 = threading.Timer(5, zwei)