mirror of
https://github.com/bellingcat/octosuite.git
synced 2026-06-10 20:38:34 +03:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
47e0b4c64a | ||
|
|
c4847773a0 | ||
|
|
832e887302 | ||
|
|
8487898f93 | ||
|
|
13efce4f9c |
@@ -4,7 +4,7 @@ from octosuite.config import red, white, green, reset, Tree
|
||||
|
||||
# banner.py
|
||||
# This file holds the program's banner and version tag
|
||||
version_tag = "3.0.0"
|
||||
version_tag = "3.0.1"
|
||||
|
||||
|
||||
def banner():
|
||||
|
||||
@@ -6,7 +6,6 @@ def octosuite():
|
||||
try:
|
||||
run = Octosuite()
|
||||
path_finder()
|
||||
clear_screen()
|
||||
configure_logging()
|
||||
check_updates()
|
||||
if args.method:
|
||||
|
||||
Reference in New Issue
Block a user