feat: updates
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user