diff --git a/variable_grabbler.py b/variable_grabbler.py index 3c29155..a389312 100644 --- a/variable_grabbler.py +++ b/variable_grabbler.py @@ -15,7 +15,7 @@ exit_codes = { "error while processing": 2 } -stderr("--------------------------------------------------------------------------------\nVariable Grabbler - version 5.0\n--------------------------------------------------------------------------------") +stderr("\nVariable Grabbler - version 5.0\n--------------------------------------------------------------------------------") ################################################################################ # Chnages in this version: # - complete rewrite in Python 3