Added normalize lib

This commit is contained in:
2017-01-28 23:35:26 +01:00
parent 7a7bb4aa34
commit a3955cdec1

View File

@@ -3,10 +3,11 @@
# @Author: KevinMidboe # @Author: KevinMidboe
# @Date: 2017-01-28 23:21:22 # @Date: 2017-01-28 23:21:22
# @Last Modified by: KevinMidboe # @Last Modified by: KevinMidboe
# @Last Modified time: 2017-01-28 23:28:49 # @Last Modified time: 2017-01-28 23:35:04
from os import system, popen from os import system, popen
import xml.etree.ElementTree as ET import xml.etree.ElementTree as ET
from unicodedata import normalize
def plex_watching(): def plex_watching():
# Every call saves the info of session.xml to a file named plexPlaying # Every call saves the info of session.xml to a file named plexPlaying