s0md3v/Orbit

Throws attribute error at line 44 (used both python and python3 orbit.py to call)

biggysma11s opened this issue · 2 comments

__
| | _ | ' |
|__| | |) | | 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'

Figured it out

Hey do you know how you fixed this i'm having the same issue