mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-21 07:41:44 -04:00
Change default value
as old value does not report a city
This commit is contained in:
@@ -85,7 +85,7 @@ class Helpers:
|
||||
if __name__ == "__main__":
|
||||
parser = argparse.ArgumentParser(description='Discord notifier for F2B')
|
||||
parser.add_argument('-a', '--action', help="Which F2B action triggered the script", required=True)
|
||||
parser.add_argument('-i', '--ip', help="ip which triggered the action", default="1.1.1.1")
|
||||
parser.add_argument('-i', '--ip', help="ip which triggered the action", default="8.8.8.8")
|
||||
parser.add_argument('-j', '--jail', help="jail which triggered the action")
|
||||
parser.add_argument('-t', '--time', help="The time the action is valid")
|
||||
parser.add_argument('-f', '--fail', help="Amount of attempts done")
|
||||
|
||||
Reference in New Issue
Block a user