Skip to content

Commit

Permalink
Merge pull request #11 from l3uddz/develop
Browse files Browse the repository at this point in the history
added header
  • Loading branch information
l3uddz authored Apr 28, 2018
2 parents 71cdd9b + d51172b commit 59730bd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions patrol.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,23 @@ def check_streams():


if __name__ == "__main__":
log.info("""
_ _ _
_ __ | | _____ __ _ __ __ _| |_ _ __ ___ | |
| '_ \| |/ _ \ \/ / | '_ \ / _` | __| '__/ _ \| |
| |_) | | __/> < | |_) | (_| | |_| | | (_) | |
| .__/|_|\___/_/\_\ | .__/ \__,_|\__|_| \___/|_|
|_| |_|

#########################################################################
# Author: l3uddz #
# URL: https://github.com/l3uddz/plex_patrol #
# -- #
# Part of the Cloudbox project: https://cloudbox.rocks #
#########################################################################
# GNU General Public License v3.0 #
#########################################################################
""")
log.info("Initializing")
log.info("Validating server %r with token %r", config.SERVER_URL, config.SERVER_TOKEN)
server = Plex(config.SERVER_NAME, config.SERVER_URL, config.SERVER_TOKEN)
Expand Down

0 comments on commit 59730bd

Please sign in to comment.