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)