Add placeholder wormhole send

This commit is contained in:
Luke Murphy 2020-07-22 19:10:38 +02:00
parent 52d3ec0fa6
commit 6a9892b4de
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -92,6 +92,12 @@ class DropShip:
# enabled by https://github.com/jhenstridge/asyncio-glib/pull/7
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():
"""The application entrypoint."""