Exception in thread Thread-1:
Traceback (most recent call last):
File "C:\Users\ПК\AppData\Local\Programs\Python\Python38\lib\threading.py", line 932, in _bootstrap_inner
self.run()
File "C:\Users\ПК\AppData\Local\Programs\Python\Python38\lib\threading.py", line 870, in run
Exception in thread Thread-3:
Traceback (most recent call last):
File "C:\Users\ПК\AppData\Local\Programs\Python\Python38\lib\threading.py", line 932, in _bootstrap_inner
self._target(*self._args, **self._kwargs)
File "run.py", line 115, in update_me
self.run()
File "C:\Users\ПК\AppData\Local\Programs\Python\Python38\lib\threading.py", line 870, in run
balance = me['balance']
KeyError: 'balance'
self._target(*self._args, **self._kwargs)
File "run.py", line 166, in fet_niggers
slaves_to_fetter = get_slaves_to_fetter(slaves_list)
File "run.py", line 76, in get_slaves_to_fetter
for slave in slaves_list['slaves']: # Получаем каждого раба в словаре
KeyError: 'slaves'
Exception in thread Thread-4:
Traceback (most recent call last):
File "C:\Users\ПК\AppData\Local\Programs\Python\Python38\lib\threading.py", line 932, in _bootstrap_inner
self.run()
File "C:\Users\ПК\AppData\Local\Programs\Python\Python38\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "run.py", line 166, in fet_niggers
slaves_to_fetter = get_slaves_to_fetter(slaves_list)
File "run.py", line 76, in get_slaves_to_fetter
for slave in slaves_list['slaves']: # Получаем каждого раба в словаре
KeyError: 'slaves'
Exception in thread Thread-2:
Traceback (most recent call last):
File "C:\Users\ПК\AppData\Local\Programs\Python\Python38\lib\threading.py", line 932, in _bootstrap_inner
self.run()
File "C:\Users\ПК\AppData\Local\Programs\Python\Python38\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "run.py", line 140, in job_niggers
slaves_to_job = get_slaves_to_job(slaves_list)
File "run.py", line 57, in get_slaves_to_job
for slave in slaves_list['slaves']: # Получаем каждого раба в словаре
KeyError: 'slaves'