debug messages for ftp_ai_uploads
This commit is contained in:
parent
16cd44bb41
commit
26e97fbf0d
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ async def handle_error(error):
|
|||
|
||||
async def upload_ftp_ai_images(folder):
|
||||
for filename in os.listdir(folder):
|
||||
print(filename, filename[-4:])
|
||||
if filename[-4:] == '.png':
|
||||
filepath = folder + filename
|
||||
prompt = "Unknown Prompt" # Will have to update this later
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue