From 3b3b6b90b61ea8857573f3a5cda554f4cdebd17c Mon Sep 17 00:00:00 2001 From: Ultrabug Date: Thu, 7 Mar 2013 09:45:02 +0100 Subject: fix delta variable declaration --- py3status/__init__.py | 1 + 1 file changed, 1 insertion(+) 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' -- cgit v1.3