mirror of
https://github.com/n0stal6ic/unshackle-services.git
synced 2026-07-15 17:40:02 +02:00
Update author information in XUMO service
This commit is contained in:
+2
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user