diff options
| author | Ahmed <git@gumx.cc> | 2026-06-20 00:08:40 +0300 |
|---|---|---|
| committer | Ahmed <git@gumx.cc> | 2026-06-20 00:08:40 +0300 |
| commit | 815b742006732b1ccdb665ba5c076fbb7b1e79c6 (patch) | |
| tree | 24db2809ae8c3290211ef2876c9c8e509f72b2e5 /alfred/vpn.py | |
| parent | d60f3ce4d1996f207e2c693ae1102e6a5ddad701 (diff) | |
fix: bunch of vibed edits to fix vibed edits
Diffstat (limited to 'alfred/vpn.py')
| -rw-r--r-- | alfred/vpn.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alfred/vpn.py b/alfred/vpn.py index 230aae1..6209a96 100644 --- a/alfred/vpn.py +++ b/alfred/vpn.py @@ -141,9 +141,9 @@ def cmd_vpn(bot, trigger): ) try: url = _upload(cfg) - bot.say(f"{name}: {ip} — {url}") + bot.say(f"{name}: {ip}, {url}") except Exception: - bot.say(f"{name}: {ip} — upload failed. server pubkey: {pub}") + bot.say(f"{name}: {ip} upload failed. server pubkey: {pub}") elif action == "remove": if len(args) < 2: |
