Skip to content

Commit

Permalink
Update PostModify.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodManWEN authored Feb 25, 2020
1 parent 4fb4a2e commit cd22f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PostModify.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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')
remove('testbase.py')

0 comments on commit cd22f58

Please sign in to comment.