From 62f53c0396b8749d788a2169747fb52026f6b371 Mon Sep 17 00:00:00 2001 From: KEriks Date: Thu, 14 Oct 2021 10:35:01 +0300 Subject: [PATCH] Short Maintenance message --- erepublik/citizen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erepublik/citizen.py b/erepublik/citizen.py index e6a4dc2..90a2bf9 100644 --- a/erepublik/citizen.py +++ b/erepublik/citizen.py @@ -870,7 +870,7 @@ class BaseCitizen(access_points.CitizenAPI): if re.search( r"Occasionally there are a couple of things which we need to check or to implement in order make " r"your experience in eRepublik more pleasant. Don\'t worry about ongoing battles, timer " - r"will be stopped during maintenance.", + r"will be stopped during maintenance.|Maintenance. We’ll be back any second now.", response.text, ): self.write_warning("eRepublik is having maintenance. Sleeping for 5 mi#nutes")