This commit is contained in:
Maciej Ścigacz 2023-05-31 19:03:17 +02:00
parent c177c22c7a
commit 53051b52f7

View File

@ -28,5 +28,5 @@ def scrapp():
result = scrapp_comments(url['link'])
result['status'] = True
return result
except Exception as err:
return jsonify({'status':False, 'error':err})
except:
return jsonify({'status':False})