[attachment=7819:cotm.png]
This one isn't that bad really

python3 << 'PYEOF' with open('/home/hirescovers/public_html/forum/styles/prosilver_se/template/overall_header.html', 'r') as f: content = f.read() old = '' new = ''' ''' count = content.count(old) print(f"Found: ") content = content.replace(old, new, 1) with open('/home/hirescovers/public_html/forum/styles/prosilver_se/template/overall_header.html', 'w') as f: f.write(content) print("Done") PYEOF

Users browsing this forum: No registered users and 1 guest