mirror of
https://github.com/nirvana-7777/script.service.ultimate.git
synced 2026-09-27 03:22:48 +02:00
Fix get_manifest
This commit is contained in:
@@ -29,7 +29,6 @@ class XBMCLogger:
|
||||
self.log(message, xbmc.LOGWARNING)
|
||||
|
||||
def error(self, message: str, exc_info=False) -> None:
|
||||
|
||||
self.log(message, xbmc.LOGERROR)
|
||||
|
||||
def critical(self, message: str) -> None:
|
||||
|
||||
Reference in New Issue
Block a user