Forgot to include the request module, fixed that
This commit is contained in:
parent
f0377f66a9
commit
5621378d1b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
from flask import Flask, render_template
|
||||
from flask import Flask, render_template, request
|
||||
import pymongo
|
||||
import youtube_dl
|
||||
import json
|
||||
|
|
Loading…
Reference in a new issue