Verified Commit daa3b420 authored by Jakob Moser's avatar Jakob Moser
Browse files

Try making link

parent 8abbc195
Loading
Loading
Loading
Loading
+7 −1

File changed.

Preview size limit exceeded, changes collapsed.

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