From 5b0559faca2f1d870242c5904fdb90881f499748 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 26 Mar 2015 09:36:19 +0000 Subject: [PATCH] Update market systems Add U-HVIX to the market systems list, ideally this should be updated at a later time to a configuration option for systems beyond the market hubs. --- dropbot/bot.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dropbot/bot.py b/dropbot/bot.py index 6f4fb34..aa0a56a 100644 --- a/dropbot/bot.py +++ b/dropbot/bot.py @@ -25,8 +25,7 @@ market_systems = [ ('Amarr', 30002187), ('Rens', 30002510), ('Dodixie', 30002659), - ('HED-GP', 30001161), - ('GE-8JV', 30001198), + ('U-HVIX', 30000575), ] zkillboard_regex = re.compile(r'http(s|):\/\/(?P.*)\/kill\/(?P\d+)\/')