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/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
'''
|
'''
|
||||||
from typing import Union, TYPE_CHECKING
|
from typing import Union, TYPE_CHECKING
|
||||||
import threading
|
|
||||||
|
|
||||||
import logger
|
import logger
|
||||||
from communicatorutils import proxypicker
|
from communicatorutils import proxypicker
|
||||||
import onionrexceptions
|
import onionrexceptions
|
||||||
|
@ -82,4 +82,4 @@ class BlockUploadSessionManager:
|
|||||||
comm_inst.blocksToUpload.remove(session.block_hash)
|
comm_inst.blocksToUpload.remove(session.block_hash)
|
||||||
except ValueError:
|
except ValueError:
|
||||||
pass
|
pass
|
||||||
localcommand.local_command('waitforshare/{session.block_hash}')
|
localcommand.local_command('waitforshare/{session.block_hash}')
|
||||||
|
Loading…
Reference in New Issue
Block a user