added requirements.txt, fix typo
This commit is contained in:
4
main.py
4
main.py
@@ -4,8 +4,8 @@ from watchdog.observers import Observer
|
||||
from watchdog.events import FileSystemEventHandler
|
||||
|
||||
# -------------- VARIABLES --------------
|
||||
html_file_path = r'C:\<PATH>'
|
||||
host = '0.0.0.0' # http://localhost OR http://<ip_address>
|
||||
html_file_path = r'PATH'
|
||||
host = '0.0.0.0'
|
||||
port = 80
|
||||
is_oe11 = True # if using OE11 set it to True, for OE12 set it to False (encoding)
|
||||
scroll_pixels = 100
|
||||
|
||||
Reference in New Issue
Block a user