From 5621378d1b57d111cc176e91870df6a269306d1f Mon Sep 17 00:00:00 2001 From: robinuniverse Date: Fri, 9 Jul 2021 14:04:46 -0500 Subject: [PATCH] Forgot to include the request module, fixed that --- twitfix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitfix.py b/twitfix.py index 06e1244..7b4cac0 100644 --- a/twitfix.py +++ b/twitfix.py @@ -1,4 +1,4 @@ -from flask import Flask, render_template +from flask import Flask, render_template, request import pymongo import youtube_dl import json