Data type

main
Bob Mottram 2022-04-04 10:10:30 +01:00
parent 948a339395
commit 2317d3e0d8
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ SHARES_PER_PAGE = 12
def save_domain_qrcode(base_dir: str, http_prefix: str,
domain_full: str, scale=6) -> None:
domain_full: str, scale : int = 6) -> None:
"""Saves a qrcode image for the domain name
This helps to transfer onion or i2p domains to a mobile device
"""