Added prefix flag for Startup (Standard "<")
This commit is contained in:
@@ -39,7 +39,7 @@ else:
|
|||||||
threads = int(args.cores)
|
threads = int(args.cores)
|
||||||
|
|
||||||
|
|
||||||
if args.prefix == None
|
if args.prefix == None:
|
||||||
b_prefix = "<"
|
b_prefix = "<"
|
||||||
else:
|
else:
|
||||||
b_prefix = str(args.prefix)
|
b_prefix = str(args.prefix)
|
||||||
|
|||||||
Reference in New Issue
Block a user