fix: typo

This commit is contained in:
relikd
2025-12-03 01:32:12 +01:00
parent 8bdaba0322
commit ba6936ca7e

View File

@@ -281,7 +281,7 @@ class Service(Queryable):
elif self.service == 'Yahoo':
typ = 'ymsgr'
else:
raise NotImplementedError('Unkown Service: ' + self.service)
raise NotImplementedError('Unknown Service: ' + self.service)
# Dear Apple, why do you do such weird shit, URL encoding? bah!
# Even worse, you break it so that reimport fails.