Dalleon commited on
Commit
c798aa1
1 Parent(s): b261a53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,6 +42,6 @@ while True:
42
  result_counter += 1
43
  except Exception as e:
44
  print(f"Error ({url_i}):", str(e))
45
- result_string += f"\[ERROR] {str(e)}\n in ({url})\n"
46
 
47
  time.sleep(60)
 
42
  result_counter += 1
43
  except Exception as e:
44
  print(f"Error ({url_i}):", str(e))
45
+ result_string += f"\n({result_counter})[ERROR] {str(e)}\n in ({url})\n\n"
46
 
47
  time.sleep(60)