peerchemist / Peerbox

DEPRECATED
GNU General Public License v3.0
19 stars 22 forks source link

Fix for issue #38 #41

Closed erik55 closed 7 years ago

erik55 commented 7 years ago

Checking additional argument for NoneType (because NoneType does not have method lower().

When started only with option -autostart the following error arose:

Traceback (most recent call last):
File "/usr/bin/peerbox", line 376, in <module>
if args.autostart[0].lower() == "tor":
AttributeError: 'NoneType' object has no attribute

My pull request fixes #38 and adds info about disabling autostart via additional argument no.