forked from edward/owl-map
Code doesn't work with python 3.9
This commit is contained in:
parent
24e053f450
commit
88a0b9f897
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python3.9
|
#!/usr/bin/python3
|
||||||
|
|
||||||
from flask import (Flask, render_template, request, jsonify, redirect, url_for, g,
|
from flask import (Flask, render_template, request, jsonify, redirect, url_for, g,
|
||||||
flash, session, Response, stream_with_context, abort, send_file)
|
flash, session, Response, stream_with_context, abort, send_file)
|
||||||
|
|
Loading…
Reference in a new issue