mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
fix for Failed to import _strptime because the import lockis held by another thread.
This commit is contained in:
parent
5e6e606031
commit
3b95536539
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ from datetime import datetime
|
||||||
import xbmc
|
import xbmc
|
||||||
import xbmcaddon
|
import xbmcaddon
|
||||||
import xbmcgui
|
import xbmcgui
|
||||||
|
import _strptime
|
||||||
import xbmcvfs
|
import xbmcvfs
|
||||||
|
|
||||||
#################################################################################################
|
#################################################################################################
|
||||||
|
|
Loading…
Reference in a new issue