merge dev server

This commit is contained in:
Kevin Froman 2019-09-21 21:54:49 -05:00
commit ec4ff3158e
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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}')