Closed mklomp closed 7 years ago
The app does not reognize the state's parameter when you create it without a whitespace:
def __init__(self,target_time):
While it does recognize it when the whitespace is added:
def __init__(self, target_time):
Indeed, thank you for pointing this out. Will be fixed soon.
The app does not reognize the state's parameter when you create it without a whitespace:
def __init__(self,target_time):
While it does recognize it when the whitespace is added:
def __init__(self, target_time):