merge dev server
This commit is contained in:
commit
ec4ff3158e
@ -19,8 +19,6 @@ from __future__ import annotations
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
'''
|
||||
from typing import Union, TYPE_CHECKING
|
||||
import threading
|
||||
|
||||
import logger
|
||||
from communicatorutils import proxypicker
|
||||
import onionrexceptions
|
||||
|
@ -82,4 +82,4 @@ class BlockUploadSessionManager:
|
||||
comm_inst.blocksToUpload.remove(session.block_hash)
|
||||
except ValueError:
|
||||
pass
|
||||
localcommand.local_command('waitforshare/{session.block_hash}')
|
||||
localcommand.local_command('waitforshare/{session.block_hash}')
|
||||
|
Loading…
Reference in New Issue
Block a user