Skip to content

Commit

Permalink
Added timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
XDGFX authored Mar 30, 2019
1 parent 6df9431 commit 099f817
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions PPP.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
import io # character encoding
from collections import OrderedDict # url ordering
import requests # HTTP POST requests
from datetime import datetime # for timestamp

print('Running PPP at ' + str(datetime.now().replace(microsecond=0)))

if not plex_token:
print('ERROR: Hmm... looks like you haven\'t set your variables! Do this by editing getPlaylists.py with a text editor')
Expand Down

0 comments on commit 099f817

Please sign in to comment.