mirror of
https://github.com/ReviveMii/riivivetube
synced 2025-09-02 19:41:07 +02:00
bugfix
This commit is contained in:
parent
898eba358c
commit
8de5d5a5a3
@ -259,7 +259,7 @@ def completesearch():
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
return jsonify({"error": f"Error processing suggestions: {str(e)}"}), 500
|
return jsonify({"error": f"Error processing suggestions: {str(e)}"}), 500
|
||||||
|
|
||||||
CONTENT_LENGTH = 50000000
|
CONTENT_LENGTH = 500000000
|
||||||
|
|
||||||
@app.route('/git_video', methods=['GET'])
|
@app.route('/git_video', methods=['GET'])
|
||||||
def git_video():
|
def git_video():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user