mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix autostart error with missing param.
Takes default lang for errors on auto start since there is no user language to choose from for an auto start error.
This commit is contained in:
parent
f924c6e21a
commit
64c4df343a
@ -145,7 +145,7 @@ class Server:
|
||||
def run_scheduled_server(self):
|
||||
console.info("Starting server ID: {} - {}".format(self.server_id, self.name))
|
||||
logger.info("Starting server {}".format(self.server_id, self.name))
|
||||
self.run_threaded_server()
|
||||
self.run_threaded_server(helper.get_setting('language'))
|
||||
|
||||
# remove the scheduled job since it's ran
|
||||
return schedule.CancelJob
|
||||
|
Loading…
Reference in New Issue
Block a user