mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-05 11:28:48 +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.dbg('opts: {}'.format(opts))
|
||||
|
||||
if not args['--no-banner']:
|
||||
if opts['banner'] and not args['--no-banner']:
|
||||
header()
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user