Instant launch!

This commit is contained in:
jeffser
2024-08-31 18:24:53 -06:00
parent cee360d5a2
commit ee998d978f
3 changed files with 66 additions and 28 deletions

View File

@@ -25,7 +25,7 @@ def log_output(pipe):
class instance():
def __init__(self, local_port:int, remote_url:str, remote:bool, tweaks:dict, overrides:dict, bearer_token:str=None):
def __init__(self, local_port:int, remote_url:str, remote:bool, tweaks:dict, overrides:dict, bearer_token:str):
self.local_port=local_port
self.remote_url=remote_url
self.remote=remote