woolbot commited on
Commit
24452e2
1 Parent(s): 9a451cb

oh shit im sorry

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ def getBMFull(): return osuApi.getFull(request)
88
  ##############
89
  #shh
90
  @app.route('/aminocaptcha/api/v1/solve', methods=['GET', 'POST'])
91
- def getBMFull(): return aminoOSRapi.apipredict(request)
92
 
93
  if __name__ == "__main__":
94
  config = configFile()
 
88
  ##############
89
  #shh
90
  @app.route('/aminocaptcha/api/v1/solve', methods=['GET', 'POST'])
91
+ def predickt(): return aminoOSRapi.apipredict(request)
92
 
93
  if __name__ == "__main__":
94
  config = configFile()