Closed aiooss-ledger closed 2 years ago
Currently I am unable to set the parameter verbose=False on rainbow._start() as this argument is not pass-though in rainbow.start().
verbose=False
rainbow._start()
rainbow.start()
This patch proposes to rename _start to start.
_start
start
Currently I am unable to set the parameter
verbose=False
onrainbow._start()
as this argument is not pass-though inrainbow.start()
.This patch proposes to rename
_start
tostart
.