We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728a8b9 commit 55ce16eCopy full SHA for 55ce16e
HTML-Beauti.py
@@ -108,9 +108,10 @@ def main():
108
file_replace_text(filepath, '<p><br/></p>', '')
109
file_replace_text(filepath, '<body>', '<body>\n<div>')
110
file_replace_text(filepath, '</body>', '</div>\n</body>')
111
- file_replace_text(filepath, '', '->')
+ file_replace_text(filepath, '', '=>')
112
113
- print('done!')
+ print('done!', end=" ")
114
+ sys.stdout.flush()
115
116
117
if __name__ == "__main__":
0 commit comments