aboutsummaryrefslogtreecommitdiffstats
path: root/sticker/stickerimport.py
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2025-03-25 20:06:19 +0200
committerTulir Asokan <tulir@maunium.net>2025-03-25 20:06:19 +0200
commit3ce380645da442187d033656bd75350bb9e4b548 (patch)
tree955c026c5a2065b8fa547904d2fa21a771b14921 /sticker/stickerimport.py
parenta8effa2efa0bc41173bf086742bbe615ee733091 (diff)
Update urls and asyncio calls
Diffstat (limited to 'sticker/stickerimport.py')
-rw-r--r--sticker/stickerimport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sticker/stickerimport.py b/sticker/stickerimport.py
index 54cab76..2b9ff12 100644
--- a/sticker/stickerimport.py
+++ b/sticker/stickerimport.py
@@ -161,7 +161,7 @@ async def main(args: argparse.Namespace) -> None:
def cmd() -> None:
- asyncio.get_event_loop().run_until_complete(main(parser.parse_args()))
+ asyncio.run(main(parser.parse_args()))
if __name__ == "__main__":
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage