From bd7a3eca04598ed81073d107771ea1bb18656c95 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 df03207a..d1d5903d 100644 --- a/plugins/inara.py +++ b/plugins/inara.py @@ -131,7 +131,7 @@ def system_url(system_name: str): 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: