From 6178dd772851449ef559791c1b871da39948895b Mon Sep 17 00:00:00 2001 From: Dmitrii Morozov Date: Sun, 12 Oct 2025 19:45:14 +0200 Subject: Switch season and enable workaround for not working graphql api --- app_types/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app_types') diff --git a/app_types/__init__.py b/app_types/__init__.py index 73257a2..0ae1113 100644 --- a/app_types/__init__.py +++ b/app_types/__init__.py @@ -1,7 +1,7 @@ import fortnitepy import datetime -__season__ = 35 # must correlate to currently active season number +__season__ = 37 # must correlate to currently active season number class Duration(): duration_days: int -- cgit v1.2.3