mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Attempt to fix _strptime locked error
This commit is contained in:
parent
02ab4abe51
commit
1559dfc97c
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
import os
|
||||
import sys
|
||||
import time
|
||||
import _strptime # Workaround for threads using datetime: _striptime is locked
|
||||
from datetime import datetime
|
||||
|
||||
import xbmc
|
||||
|
|
Loading…
Reference in a new issue