Spaces:
DIVY118
/
Runtime error

DIVY118 commited on
Commit
b4b3633
1 Parent(s): dc703b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -75,7 +75,6 @@ def Web():
75
  result = {
76
  'response': Online_Scraper(key)
77
  }
78
- counter["Web"]+=1
79
  return jsonify(result)
80
 
81
 
 
75
  result = {
76
  'response': Online_Scraper(key)
77
  }
 
78
  return jsonify(result)
79
 
80