Stop breaking when WiFi down... master
authorScott Gasch <scott@gasch.org>
Fri, 27 Jun 2025 20:34:02 +0000 (13:34 -0700)
committerScott Gasch <scott@gasch.org>
Fri, 27 Jun 2025 20:34:02 +0000 (13:34 -0700)
kiosk_constants.py
reuters_rss_renderer.py

index d5897d139ace2cf2653be0b9a022faa898b3f01c..769ee3e0fc1406b0cfcaef75eaf3aec2b42eb674 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 
-hostname = 'kiosk.house'
+hostname = '127.0.0.1'
 pages_dir = '/var/www/html/kiosk'
 root_url = f'http://{hostname}/kiosk'
 
index 5525e2e1d14935aadd4c91bd15668ca89daecf3c..cc81bba7c396d6727accb186e270d888509dde55 100644 (file)
@@ -1,4 +1,3 @@
-import constants
 import file_writer
 import grab_bag
 import renderer