Surbao commited on
Commit
614fbf9
·
verified ·
1 Parent(s): d84be60

Update print.py

Browse files
Files changed (1) hide show
  1. print.py +2 -2
print.py CHANGED
@@ -86,8 +86,8 @@ def upload_file(token, file_path, file_name):
86
 
87
  def run_script():
88
  """主脚本逻辑"""
89
- username = os.environ.get("USERNAME")
90
- password = os.environ.get("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