Skip to content

Commit

Permalink
Fixed bug from #35
Browse files Browse the repository at this point in the history
  • Loading branch information
dhondta committed Nov 13, 2023
1 parent 9660380 commit a221d34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dronesploit/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.13
1.1.14
2 changes: 1 addition & 1 deletion src/dronesploit/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def main():
parser.add_argument("--dev", action="store_true", help="development mode")
initialize(exit_at_interrupt=False, sudo=True)
c = DronesploitConsole(
__scriptname__,
__script__,
banner_section_styles={'title': {'fgcolor': "lolcat"}},
dev=args.dev,
debug=args.verbose,
Expand Down

0 comments on commit a221d34

Please sign in to comment.