Code doesn't work with python 3.9

This commit is contained in:
Edward Betts 2023-05-14 11:17:30 +02:00
parent 24e053f450
commit 88a0b9f897
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3.9
#!/usr/bin/python3
from flask import (Flask, render_template, request, jsonify, redirect, url_for, g,
flash, session, Response, stream_with_context, abort, send_file)