You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: freemyip.py
+11-2
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ def print_log(log_file):
133
133
output+='===== \n\x1b[6;30;42mShow log is completed!\x1b[0m'
134
134
print(output)
135
135
defprintHelp():
136
-
return"[Command] [Param]\n\nParameters:\n\n\tlog: Display log.\n\n\tlogpath: Display log file path.\n\n\tt=X: Use custom connection timeout where X must be an integer represents the timeout in milliseconds, ex: t=35.\n\n\tf: Force update i.e. update even the last update time does not exceed the limit and the IP does not has changed.\n\n\th: Display this help message."
136
+
return"[Command] [Param]\n\nParameters:\n\n\tlog: Display log.\n\n\tlogpath: Display log file path.\n\n\tt=X: Use custom connection timeout where X must be an integer represents the timeout in milliseconds, ex: t=35.\n\n\tf: Force update i.e. update even the last update time does not exceed the limit and the IP does not has changed.\n\n\tft: Force update with timeout. ex: ft=35.\n\n\th: Display this help message."
0 commit comments