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