aboutsummaryrefslogtreecommitdiffstats
path: root/radiodiodibot
diff options
context:
space:
mode:
authorjantuomi <jans.tuomi@gmail.com>2016-07-20 14:51:58 +0300
committerjantuomi <jans.tuomi@gmail.com>2016-07-20 14:51:58 +0300
commit0659ea69359564ec8d230fe67ffbd61a14358fe4 (patch)
treee54d5ca95afb02fa841512aae0e5db6f59d06688 /radiodiodibot
parentfc4a1225160d2c969550576159a24c9f7d3639ec (diff)
Remove default value 10 from interval option
Diffstat (limited to 'radiodiodibot')
-rwxr-xr-xradiodiodibot2
1 files changed, 1 insertions, 1 deletions
diff --git a/radiodiodibot b/radiodiodibot
index 4bd53e0..2c1507d 100755
--- a/radiodiodibot
+++ b/radiodiodibot
@@ -36,7 +36,7 @@ parser.add_argument("-t", "--token", help="Telegram Bot API token")
parser.add_argument("-U", "--shoutbox-api-url", help="Shoutbox API URL")
parser.add_argument("-C", "--telegram-chat-id", help="Telegram Chat ID")
parser.add_argument("-v", "--verbose", help="Verbose output", action="store_true")
-parser.add_argument("-i", "--interval", help="Delay between API update calls in seconds", type=int, default=10)
+parser.add_argument("-i", "--interval", help="Delay between API update calls in seconds", type=int)
args = parser.parse_args()
# Show verbose output with the -v option