mirror of
https://github.com/octoleo/telegram-bot-bash.git
synced 2024-11-22 15:35:09 +00:00
unneeded : in start_bot fixes #134
This commit is contained in:
parent
834f5ba200
commit
48f314eaaa
@ -787,7 +787,7 @@ start_bot() {
|
||||
local DEBUG="$1"
|
||||
local OFFSET=0
|
||||
# adaptive sleep deafults
|
||||
local nextsleep="100" :
|
||||
local nextsleep="100"
|
||||
local stepsleep="${BASHBOT_SLEEP_STEP:-100}"
|
||||
local maxsleep="${BASHBOT_SLEEP:-5000}"
|
||||
# redirect to Debug.log
|
||||
|
Loading…
Reference in New Issue
Block a user