mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-06 09:37:56 +00:00
fix bug
This commit is contained in:
@@ -92,7 +92,7 @@ class Options:
|
||||
if self.debug:
|
||||
self._print_attr()
|
||||
|
||||
def _header():
|
||||
def _header(self):
|
||||
"""print the header"""
|
||||
self.log.log(BANNER)
|
||||
self.log.log('')
|
||||
|
||||
Reference in New Issue
Block a user