diff --git a/PostModify.py b/PostModify.py index 8cf55b0..a2002b1 100644 --- a/PostModify.py +++ b/PostModify.py @@ -7,7 +7,7 @@ from inspect import isfunction ,isclass import logging ,re -DEBUG = True +DEBUG = False url = 'https://github.com/GoodManWEN/nazobase' release = f'{url}/releases/latest' @@ -97,4 +97,4 @@ def fix(file ,replacement): print(f"version = {version}") print(f"func_name = {func_name}") print(f"doc_whole = {doc_whole}") - remove('testbase.py') \ No newline at end of file + remove('testbase.py')