Added simple node server and automatic changes to plex_watching & plexPlaying

This commit is contained in:
2017-01-31 18:00:24 +01:00
parent a3955cdec1
commit ae634ee4f4
3 changed files with 12 additions and 6 deletions

View File

@@ -53,4 +53,4 @@ def plex_watching():
return 'Null playing'
if __name__ == '__main__':
plex_watching()
print(plex_watching())