From 815b742006732b1ccdb665ba5c076fbb7b1e79c6 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Sat, 20 Jun 2026 00:08:40 +0300 Subject: fix: bunch of vibed edits to fix vibed edits --- alfred/vpn.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'alfred') 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: -- cgit v1.2.3