Skip to content

Commit

Permalink
更新 hash.py
Browse files Browse the repository at this point in the history
修复一处BUG
  • Loading branch information
honmashironeko committed Jul 10, 2024
1 parent d3ca552 commit 81c1504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/hash.py
Original file line number Diff line number Diff line change
Expand Up @@ -1289,7 +1289,7 @@ class Value(object):
logger.warning(warnMsg)

if len(results) == 0:
message = "你想要检查站点是否存在网站地图(.xml)吗?[y/N] "
warnMsg = "未找到明确密码"
logger.warning(warnMsg)

return results
Expand Down

0 comments on commit 81c1504

Please sign in to comment.