You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I provide my solution here:
In nasspace.py insert:
if len(config['bot_muls']) > 0:
if config['bot_muls'][0] == 0:
config['bot_muls'][0] = 1
after line280
The text was updated successfully, but these errors were encountered:
I provide my solution here:
In nasspace.py insert:
if len(config['bot_muls']) > 0:
if config['bot_muls'][0] == 0:
config['bot_muls'][0] = 1
after line280
The text was updated successfully, but these errors were encountered: