Blade Runner 2049 (2017)
- VincentLupo
- HiRes Uber Member
- Posts: 3103
- Joined: Thu Sep 06, 2007 12:36 am
- Location: Olympia, Washington - U.S.A
- Contact:
Who is online
Users browsing this forum: No registered users and 1 guest
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