mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 15:32:38 -07:00
Fix opening log file for Python 2
This commit is contained in:
parent
ed07bd374c
commit
5b067bd17d
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ from builtins import str
|
|||
from past.builtins import basestring
|
||||
from builtins import object
|
||||
|
||||
from io import open
|
||||
import json
|
||||
import os
|
||||
import shutil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue