summaryrefslogtreecommitdiffstats
path: root/py3status
diff options
context:
space:
mode:
authorUltrabug <ultrabug@gentoo.org>2013-03-07 09:45:02 +0100
committerUltrabug <ultrabug@gentoo.org>2013-03-07 09:45:02 +0100
commit3b3b6b90b61ea8857573f3a5cda554f4cdebd17c (patch)
tree8ecc1fd8558f447e339f5d41fdc5d03cf6ba60cd /py3status
parenteb92c5b2a8e8849f34a7fa6509a9dc9fb3df3183 (diff)
fix delta variable declaration0.2
Diffstat (limited to 'py3status')
-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'