feat: updates

This commit is contained in:
2025-09-03 23:15:38 +08:00
parent 78325b04cb
commit 6b51ad76aa
2 changed files with 1 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ if __name__ == "__main__":
['curl', 'https://hatter.ink/ip.action'],
capture_output=True,
text=True,
# timeout=30,
timeout=30,
)
print('return code:', result.returncode)
print(result.stdout)