Update print.py
Browse files
print.py
CHANGED
@@ -86,8 +86,8 @@ def upload_file(token, file_path, file_name):
|
|
86 |
|
87 |
def run_script():
|
88 |
"""主脚本逻辑"""
|
89 |
-
username =
|
90 |
-
password =
|
91 |
file_path = "/etc/searxng/settings.yml"
|
92 |
file_name = "setting.txt"
|
93 |
|
|
|
86 |
|
87 |
def run_script():
|
88 |
"""主脚本逻辑"""
|
89 |
+
username = "admin"
|
90 |
+
password = "798251193"
|
91 |
file_path = "/etc/searxng/settings.yml"
|
92 |
file_name = "setting.txt"
|
93 |
|