Update author information in XUMO service

This commit is contained in:
n0stal6ic
2026-07-09 08:36:18 -05:00
committed by GitHub
parent ed4ae65170
commit f2c56b613b
+2 -2
View File
@@ -18,7 +18,7 @@ class XUMO(Service):
""" """
Service code for XUMO Play (https://play.xumo.com) Service code for XUMO Play (https://play.xumo.com)
Author: n0stal6ic www.nostalgic.cc
Authorization: None Authorization: None
Geofence: US Geofence: US
""" """
@@ -275,4 +275,4 @@ class XUMO(Service):
try: try:
return int(date_str[:4]) return int(date_str[:4])
except (ValueError, TypeError): except (ValueError, TypeError):
return None return None