Added prefix flag for Startup (Standard "<")

This commit is contained in:
Lukas Blacha
2023-02-08 17:59:01 +01:00
parent 116e7e6d15
commit 40671616f3

View File

@@ -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)