Skip to content

Commit

Permalink
updated publish
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeggiCH committed Oct 23, 2023
1 parent 899b00b commit 763f4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def showMain():
os.chdir(IS.outfp)
script_dir = os.path.abspath( os.path.dirname( __file__ ) )
os.system(f"{script_dir}\\update_web.bat {IS.outfp} >>{IS.outfp}update_web.log")
os.system(IS.outfp+"update_web.bat >>update_web.log")
#os.system(IS.outfp+"update_web.bat >>update_web.log")
continue

if event=="OpenLocal":
Expand Down

0 comments on commit 763f4ab

Please sign in to comment.