Add placeholder wormhole send
This commit is contained in:
parent
52d3ec0fa6
commit
6a9892b4de
@ -92,6 +92,12 @@ class DropShip:
|
|||||||
# enabled by https://github.com/jhenstridge/asyncio-glib/pull/7
|
# enabled by https://github.com/jhenstridge/asyncio-glib/pull/7
|
||||||
self._running.set_result(None)
|
self._running.set_result(None)
|
||||||
|
|
||||||
|
async def wormhole_send(self, fpath):
|
||||||
|
"""Run `wormhole send` on a local file path."""
|
||||||
|
log.info("Pretending to start wormhole send...")
|
||||||
|
await asyncio.sleep(2)
|
||||||
|
log.info("Pretending to finish wormhole send...")
|
||||||
|
|
||||||
|
|
||||||
async def main():
|
async def main():
|
||||||
"""The application entrypoint."""
|
"""The application entrypoint."""
|
||||||
|
Loading…
Reference in New Issue
Block a user