@@ -2,7 +2,7 @@ import os
import json
if not os.path.exists('conf.json'):
db = {'api_token': 'None'}
db = {'api_token': 'None', 'ytdlp_way': 'None'}
js = json.dumps(db, indent=2)
with open("conf.json", "w") as outfile:
outfile.write(js)
The note is not visible to the blocked user.