Skip to content

Commit

Permalink
Update mw.py
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jan 4, 2025
1 parent db69532 commit 6ee1a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/core/mw.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def readFile(filename):
fp.close()
return fBody
except Exception as e:
print('readFile:',str(e))
# print('readFile:',str(e))
return False

def writeFile(filename, content, mode='w+'):
Expand Down

0 comments on commit 6ee1a8d

Please sign in to comment.