fix dnscrypt_to_smartdns.py

This commit is contained in:
bgme 2025-02-07 07:29:54 +08:00
parent 109b7de268
commit 7c966ef9af

View file

@ -80,5 +80,4 @@ def main():
if __name__ == '__main__':
s = get_smartdns_config()
print(s)
main()