diff options
Diffstat (limited to 'alfred')
| -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: |
