1
1
Fork 0

bin/element-web: Force to Python 3.10

This commit is contained in:
Jonathan Schleifer 2023-11-26 23:22:24 +00:00
parent 7fee9aa158
commit 4b62923121

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3 #!/usr/bin/env python3.10
from http.server import HTTPServer, SimpleHTTPRequestHandler from http.server import HTTPServer, SimpleHTTPRequestHandler
import os import os
import socket import socket