Skip to content

Commit

Permalink
chore: Update main.py [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
GrassBlock1 authored Sep 6, 2024
1 parent 72893a2 commit 8ab3b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checker/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def main(yml_file, link, title):


if __name__ == '__main__':
yaml_file = '../data/link.yml' # 替换成你的 YAML 文件路径
yaml_file = './data/link.yml' # 替换成你的 YAML 文件路径
custom_link = 'https://lab.imgb.space' # 替换成你要检测的链接
keyword = '/var/log/gblab' # 替换成你要检测的关键词
main(yaml_file, custom_link, keyword)

0 comments on commit 8ab3b28

Please sign in to comment.