Change default value

as old value does not report a city
This commit is contained in:
Roxedus
2022-09-24 13:47:39 +02:00
parent fd66395336
commit 84cb382d97
+1 -1
View File
@@ -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")