ford442 commited on
Commit
70bfac5
·
verified ·
1 Parent(s): 7f260df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -325,7 +325,6 @@ neg_prompt_2 = " 'non-photorealistic':1.5, 'unrealistic skin','unattractive face
325
 
326
  @njit(fastmath = True)
327
  def upload_to_ftp(filename):
328
- try:
329
  transport = paramiko.Transport((FTP_HOST, 22))
330
  destination_path=FTP_DIR+filename
331
  transport.connect(username = FTP_USER, password = FTP_PASS)
 
325
 
326
  @njit(fastmath = True)
327
  def upload_to_ftp(filename):
 
328
  transport = paramiko.Transport((FTP_HOST, 22))
329
  destination_path=FTP_DIR+filename
330
  transport.connect(username = FTP_USER, password = FTP_PASS)