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