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 get the following trace:
cc@cc-Lenovo-G50-80:~/SumoEasyMiner$ python sumominer.py
[21:20:02] [INFO] Starting [Sumo Easy Miner v0.1.b1.3]...
Starting app...
Traceback (most recent call last):
File "/home/cc/SumoEasyMiner/app/hub.py", line 141, in start_stop_mining
p.set_cpu_priority(cpu_priority_level)
File "/home/cc/SumoEasyMiner/miner/miner.py", line 594, in set_cpu_priority
_p.nice(cpu_priority_level)
TypeError: 'int' object is not callable
The text was updated successfully, but these errors were encountered:
I get the following trace:
cc@cc-Lenovo-G50-80:~/SumoEasyMiner$ python sumominer.py
[21:20:02] [INFO] Starting [Sumo Easy Miner v0.1.b1.3]...
Starting app...
Traceback (most recent call last):
File "/home/cc/SumoEasyMiner/app/hub.py", line 141, in start_stop_mining
p.set_cpu_priority(cpu_priority_level)
File "/home/cc/SumoEasyMiner/miner/miner.py", line 594, in set_cpu_priority
_p.nice(cpu_priority_level)
TypeError: 'int' object is not callable
The text was updated successfully, but these errors were encountered: