Spaces:
Runtime error
Runtime error
oh shit im sorry
Browse files
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
|
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()
|