mirror of
https://github.com/ION606/static-site-hosting.git
synced 2026-05-14 22:16:54 +00:00
7 lines
210 B
Plaintext
7 lines
210 B
Plaintext
|
|
Traceback (most recent call last):
|
||
|
|
File "/home/ion606/misc-code/static-site-hosting/app.py", line 1, in <module>
|
||
|
|
from flask import (
|
||
|
|
...<9 lines>...
|
||
|
|
)
|
||
|
|
ModuleNotFoundError: No module named 'flask'
|