Skip to content

Commit

Permalink
removed unused variable 'dgreen'
Browse files Browse the repository at this point in the history
  • Loading branch information
s0md3v authored Jul 10, 2019
1 parent b04c0a0 commit 87c184d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/colors.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
else:
white = '\033[97m'
green = '\033[92m'
dgreen = '\033[32m'
red = '\033[91m'
yellow = '\033[93m'
end = '\033[0m'
Expand All @@ -26,4 +25,4 @@
good = '\033[92m[+]\033[0m'
run = '\033[97m[^]\033[0m'

red_line = red + ('―' * 60) + end
red_line = red + ('―' * 60) + end

0 comments on commit 87c184d

Please sign in to comment.