Forgot to include the request module, fixed that
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
from flask import Flask, render_template
|
from flask import Flask, render_template, request
|
||||||
import pymongo
|
import pymongo
|
||||||
import youtube_dl
|
import youtube_dl
|
||||||
import json
|
import json
|
||||||
|
Reference in New Issue
Block a user