This commit is contained in:
Stefano Assenzo 2023-01-28 17:42:28 +00:00 committed by GitHub
parent 3f75138d16
commit 177374a894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 8 deletions

11
app.py
View File

@ -1,14 +1,9 @@
from flask import Flask, render_template, request, session, jsonify, redirect
from dotenv import load_dotenv
import requests
import urllib.request, json
import pymongo
from urllib.request import Request, urlopen
from flask import Flask, render_template
import logging
import bcrypt
import json
import sys
import os
from urllib import request
from urllib.request import Request, urlopen
logging.basicConfig(
level=logging.INFO,