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()