Fix print of parameters and pid

This commit is contained in:
Thorsten Spille 2023-04-09 20:44:11 +02:00 committed by GitHub
parent e1c5d1a121
commit 69e91c6c58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1702,8 +1702,8 @@ if __name__ == "__main__":
if SYSHOOK_METHOD and any(_active_methods) == False:
setattr(args,SYSHOOK_METHOD[0],True)
pprint(args.__dict__)
pprint(_pid)
#pprint(args.__dict__)
#pprint(_pid)
if args.start:
if _pid > 0:
try: