From 4ed67a6bef0166f7aa62afd5f13e26f81d16c47c Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 7 Oct 2022 00:50:36 +0200 Subject: [PATCH] same ast last commit --- files/routes/static.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/static.py b/files/routes/static.py index ea769e6b6c..8186e40025 100644 --- a/files/routes/static.py +++ b/files/routes/static.py @@ -516,7 +516,7 @@ if SITE == 'pcmemes.net': actual = f'{quantity} {unit}' if quantity > 1: actual += 's' else: - minutes = 99999999 + minutes = 9999999999 actual = '???' views = 0