From 338f55a182be6439343902999ee25ace14c8b6b0 Mon Sep 17 00:00:00 2001 From: l3uddz Date: Sat, 5 May 2018 19:39:20 +0100 Subject: [PATCH] add header --- traktarr.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/traktarr.py b/traktarr.py index 91b3ad6..2c408c0 100755 --- a/traktarr.py +++ b/traktarr.py @@ -637,4 +637,20 @@ def init_notifications(): ############################################################ if __name__ == "__main__": + print(""" +_ _ _ +| |_ _ __ __ _| | _| |_ __ _ _ __ _ __ +| __| '__/ _` | |/ / __/ _` | '__| '__| +| |_| | | (_| | <| || (_| | | | | +\__|_| \__,_|_|\_\\__\__,_|_| |_| + +######################################################################### +# Author: l3uddz # +# URL: https://github.com/l3uddz/traktarr # +# -- # +# Part of the Cloudbox project: https://cloudbox.rocks # +######################################################################### +# GNU General Public License v3.0 # +######################################################################### + """) app()