Added AUTHORS file and cleaned up some code.
This commit is contained in:
parent
e921d36aa5
commit
ae53c48815
3 changed files with 7 additions and 7 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue