From 7bb988f716599eb286698dfe72ebb29aa6ada95b Mon Sep 17 00:00:00 2001 From: Eriks K Date: Fri, 20 Nov 2020 14:24:11 +0200 Subject: [PATCH] PEP8 --- erepublik/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erepublik/constants.py b/erepublik/constants.py index 523eb91..066a0a2 100644 --- a/erepublik/constants.py +++ b/erepublik/constants.py @@ -53,7 +53,7 @@ class Country: class Industries: - __by_name = {'food': 1, 'weapon': 2, 'ticket':3, 'house': 4, 'aircraft': 23, + __by_name = {'food': 1, 'weapon': 2, 'ticket': 3, 'house': 4, 'aircraft': 23, 'foodraw': 7, 'weaponraw': 12, 'houseraw': 18, 'aircraftraw': 24, 'airplaneraw': 24, 'frm': 7, 'wrm': 12, 'hrm': 18, 'arm': 24, 'frm q1': 7, 'frm q2': 8, 'frm q3': 9, 'frm q4': 10, 'frm q5': 11,