forked from vbatts/maubot
Allow setting initial device name in mbc auth
This commit is contained in:
parent
e1a1f7b65e
commit
a699acc049
3 changed files with 32 additions and 25 deletions
|
@ -33,7 +33,6 @@ class UploadError(Exception):
|
|||
@click.option("-s", "--server", help="The maubot instance to upload the plugin to")
|
||||
@cliq.with_authenticated_http
|
||||
async def upload(path: str, server: str, sess: aiohttp.ClientSession) -> None:
|
||||
print("hmm")
|
||||
with open(path, "rb") as file:
|
||||
await upload_file(sess, file, server)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue