From f2c56b613bdbf65740ffbaea49a60076f86d9a8e Mon Sep 17 00:00:00 2001 From: n0stal6ic Date: Thu, 9 Jul 2026 08:36:18 -0500 Subject: [PATCH] Update author information in XUMO service --- XUMO/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/XUMO/__init__.py b/XUMO/__init__.py index 7169584..db2af64 100644 --- a/XUMO/__init__.py +++ b/XUMO/__init__.py @@ -18,7 +18,7 @@ class XUMO(Service): """ Service code for XUMO Play (https://play.xumo.com) - Author: n0stal6ic + www.nostalgic.cc Authorization: None Geofence: US """ @@ -275,4 +275,4 @@ class XUMO(Service): try: return int(date_str[:4]) except (ValueError, TypeError): - return None \ No newline at end of file + return None