summaryrefslogtreecommitdiffstats
path: root/py3status/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'py3status/__init__.py')
-rw-r--r--py3status/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/py3status/__init__.py b/py3status/__init__.py
index 9833bf8..f1cc61e 100644
--- a/py3status/__init__.py
+++ b/py3status/__init__.py
@@ -235,6 +235,7 @@ def main():
I3STATUS_CONFIG = i3status_config_reader()
INCLUDE_PATH = os.path.abspath( OPTS.include_path ) + '/'
INTERVAL = OPTS.interval
+ DELTA = 0
# py3status uses only the i3bar protocol
assert I3STATUS_CONFIG['output_format'] == 'i3bar', 'unsupported output_format'