From 8d6f761fb9b4a6bff9f1cdc15d4b97cdecba809c Mon Sep 17 00:00:00 2001 From: Athanasius Date: Wed, 26 Aug 2020 12:01:45 +0100 Subject: [PATCH] plugins/inara: `return ''` if can't otherwise make system_url --- plugins/inara.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inara.py b/plugins/inara.py index a7cb74e9..0379749b 100644 --- a/plugins/inara.py +++ b/plugins/inara.py @@ -73,7 +73,7 @@ def system_url(system_name): elif system_name: return requests.utils.requote_uri(f'https://inara.cz/galaxy-starsystem/?search={system_name}') - return this.system + return '' def station_url(system_name, station_name): if system_name and station_name: