From 23c0727eb6c0339292887a0645812f25fe83a3f0 Mon Sep 17 00:00:00 2001 From: leno3003 Date: Fri, 1 Apr 2022 15:43:52 +0200 Subject: [PATCH] added photos for thesis --- core/interact/no_interact_dict.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/interact/no_interact_dict.py b/core/interact/no_interact_dict.py index ef29e74..2dfd497 100644 --- a/core/interact/no_interact_dict.py +++ b/core/interact/no_interact_dict.py @@ -53,7 +53,7 @@ dictionary = { cmd = 'mkdir DeepFaceLab_Linux/workspace/interact' os.system(cmd) with open('DeepFaceLab_Linux/workspace/interact/interact_dict.json', 'w') as handle: - pickle.dump(dictionary, handle) + json.dump(dictionary, handle) #with open('DeepFaceLab_Linux/workspace/interact/interact_dict.pkl', 'rb') as handle: # d = pickle.load(handle)