We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3a8446 commit 19bc0b5Copy full SHA for 19bc0b5
1 file changed
pproxy/verbose.py
@@ -43,7 +43,7 @@ async def realtime_stat(stats):
43
44
def setup(loop, args):
45
def verbose(s):
46
- if args.v >= 2:
+ if args.v >= 1:
47
sys.stdout.write('\x1b[32m'+time.strftime('%Y-%m-%d %H:%M:%S')+'\x1b[m ')
48
sys.stdout.write(s+'\x1b[0K\n')
49
else:
0 commit comments