mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-09 17:34:16 +00:00
banner can be disabled from config file
This commit is contained in:
@@ -309,7 +309,7 @@ def main():
|
|||||||
LOG.debug = opts['debug']
|
LOG.debug = opts['debug']
|
||||||
LOG.dbg('opts: {}'.format(opts))
|
LOG.dbg('opts: {}'.format(opts))
|
||||||
|
|
||||||
if not args['--no-banner']:
|
if opts['banner'] and not args['--no-banner']:
|
||||||
header()
|
header()
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user