mirror of
https://gitlab1.ptb.de/waltem01/Matrix
synced 2024-12-26 03:51:45 +00:00
clean up: formatting
This commit is contained in:
parent
c1e0ba56c3
commit
dcdac793c2
@ -1,6 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
import os
|
|
||||||
from deps.samplebase import SampleBase
|
from deps.samplebase import SampleBase
|
||||||
from rgbmatrix import graphics
|
from rgbmatrix import graphics
|
||||||
from PIL import Image
|
from PIL import Image
|
||||||
@ -12,7 +11,7 @@ from flask_cors import CORS, cross_origin
|
|||||||
from dotenv import load_dotenv
|
from dotenv import load_dotenv
|
||||||
from waitress import serve
|
from waitress import serve
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
import time, threading
|
import os, time, threading
|
||||||
|
|
||||||
|
|
||||||
env_path = Path('..') / '.env'
|
env_path = Path('..') / '.env'
|
||||||
|
Loading…
Reference in New Issue
Block a user