mirror of
https://gitflic.ru/project/photopea-v2/photopea-v-2.git
synced 2026-06-20 07:32:43 +00:00
Temporary changes to make debugging more amenable
This commit is contained in:
@@ -172,6 +172,7 @@ def find_and_replace(file,find,replace):
|
|||||||
with open(os.path.join(root,file),'w', encoding="utf-8") as pp:
|
with open(os.path.join(root,file),'w', encoding="utf-8") as pp:
|
||||||
pp.write(file1)
|
pp.write(file1)
|
||||||
|
|
||||||
|
if (not True):
|
||||||
#Allow any port to be used
|
#Allow any port to be used
|
||||||
find_and_replace(PP,'"\'$!|"))','"\'$!|"))||true')
|
find_and_replace(PP,'"\'$!|"))','"\'$!|"))||true')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user