randydev commited on
Commit
48b0201
·
verified ·
1 Parent(s): 3065777

Update akn/Akeno/fluxai.py

Browse files
Files changed (1) hide show
  1. akn/Akeno/fluxai.py +0 -2
akn/Akeno/fluxai.py CHANGED
@@ -75,8 +75,6 @@ async def get_dalle_image(client: Client, message: Message):
75
  )
76
  )
77
  await pro.delete()
78
- if os.path.exists(file_path):
79
- os.remove(file_path)
80
  except Exception as e:
81
  user_detail = (
82
  f"**User ID**: `{client.me.id}`\n"
 
75
  )
76
  )
77
  await pro.delete()
 
 
78
  except Exception as e:
79
  user_detail = (
80
  f"**User ID**: `{client.me.id}`\n"