lunarflu HF Staff commited on
Commit
f51edfc
·
1 Parent(s): 06772cb

Update deepfloydif.py

Browse files
Files changed (1) hide show
  1. deepfloydif.py +1 -1
deepfloydif.py CHANGED
@@ -189,7 +189,7 @@ async def deepfloydif_stage_2_react_check(reaction, user):
189
  stage_1_result_path = full_path
190
  thread = reaction.message.channel
191
  dfif_command_message_id = message_id
192
- await dfif2(index, stage_1_result_path, thread, dfif_command_message_id)
193
 
194
  except Exception as e:
195
  print(f"Error: {e} (known error, does not cause issues, low priority)")
 
189
  stage_1_result_path = full_path
190
  thread = reaction.message.channel
191
  dfif_command_message_id = message_id
192
+ await deepfloydif_stage_2(index, stage_1_result_path, thread, dfif_command_message_id)
193
 
194
  except Exception as e:
195
  print(f"Error: {e} (known error, does not cause issues, low priority)")