Skip to content
This repository was archived by the owner on Oct 30, 2022. It is now read-only.

Commit 73f328e

Browse files
committed
🐛 - Fix import
Close #101
1 parent 7596bc5 commit 73f328e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/libs/common/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ def open_settings(self, id=None, cat=None, set=None, activate=False):
291291
try:
292292
xbmcaddon.Addon(id).openSettings()
293293
except:
294+
import logging
294295
logging.log('Cannot open settings for {}'.format(id), level=xbmc.LOGERROR)
295296

296297
if int(self.KODIV) < 18:

0 commit comments

Comments
 (0)