Added AUTHORS file and cleaned up some code.

This commit is contained in:
Johannes Findeisen 2022-09-08 05:32:59 +02:00
commit ae53c48815
3 changed files with 7 additions and 7 deletions

View file

@ -140,7 +140,7 @@ def main():
configuration.set_httpserver(True)
try:
u = Uplink(configuration.get_pid_file(), configuration)
u = Uplink(configuration)
except Exception as err:
logger.error(str('[uplink] core error! {0}'.format(err)))
sys.exit(1)