Loading README.md +7 −1 File changed.Preview size limit exceeded, changes collapsed. Show changes make_link.py 0 → 100644 +9 −0 Original line number Diff line number Diff line #!/usr/bin/env python3 from pathlib import Path from urllib.parse import quote with Path("add-heico-payment-qr.js").open("r", encoding="utf-8") as f: script = f.read() print(quote(script)) No newline at end of file Loading
make_link.py 0 → 100644 +9 −0 Original line number Diff line number Diff line #!/usr/bin/env python3 from pathlib import Path from urllib.parse import quote with Path("add-heico-payment-qr.js").open("r", encoding="utf-8") as f: script = f.read() print(quote(script)) No newline at end of file