aboutsummaryrefslogtreecommitdiffstats
path: root/radiodiodibot
diff options
context:
space:
mode:
Diffstat (limited to 'radiodiodibot')
-rwxr-xr-xradiodiodibot2
1 files changed, 1 insertions, 1 deletions
diff --git a/radiodiodibot b/radiodiodibot
index 2c1507d..2cfc3dd 100755
--- a/radiodiodibot
+++ b/radiodiodibot
@@ -65,7 +65,7 @@ def main():
telegram_bot_token = config["GENERAL"]["TelegramBotToken"]
shoutbox_api_url = config["GENERAL"]["ShoutboxApiUrl"]
telegram_chat_id = config["GENERAL"]["TelegramChatID"]
- api_call_interval = config["GENERAL"]["ApiCallInterval"]
+ api_call_interval = int(config["GENERAL"]["ApiCallInterval"])
# If the user has specified the parameters as command line
# arguments, use them to override the config values