Throws attribute error at line 44 (used both python and python3 orbit.py to call)
biggysma11s opened this issue · 2 comments
biggysma11s commented
__
| | _ | ' |
|__| | |) | | v2.0
Traceback (most recent call last):
File "/home/kali/Orbit/orbit.py", line 44, in
seeds = args.seeds.split(',')
AttributeError: 'NoneType' object has no attribute 'split'
biggysma11s commented
Figured it out
spyheros400 commented
Hey do you know how you fixed this i'm having the same issue