From cfb9501647593b03b76314e2f36d452891f21974 Mon Sep 17 00:00:00 2001 From: Eriks K Date: Mon, 30 Nov 2020 18:16:13 +0200 Subject: [PATCH] PEP8 --- erepublik/citizen.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erepublik/citizen.py b/erepublik/citizen.py index b74c800..a9f5c00 100644 --- a/erepublik/citizen.py +++ b/erepublik/citizen.py @@ -747,6 +747,7 @@ class CitizenAnniversary(BaseCitizen): if not self.config.spin_wheel_of_fortune: self.write_log("Unable to spin wheel of fortune because 'config.spin_wheel_of_fortune' is False") return + def _write_spin_data(cost: int, prize: str): self._report_action("WHEEL_SPIN", f"Cost: {cost:4d} | Currency left: {self.details.cc:,} | Prize: {prize}")