Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ramirak committed Sep 23, 2022
1 parent 1aca096 commit 08a4753
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions maltrace.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
VT_SCAN, PE_ANALYZE, *_ = range(5)

def init():
if not os.path.exists("Logs"):
os.makedirs("Logs")
if os.path.isfile('Imgs/logo.txt'):
with open('Imgs/logo.txt', 'r') as f:
print(f.read())
Expand Down

0 comments on commit 08a4753

Please sign in to comment.