Skip to content
Snippets Groups Projects
Unverified Commit 60961e08 authored by Michal 'vorner' Vaner's avatar Michal 'vorner' Vaner
Browse files

FWUp: Fix parsing of set versions from DB

parent 01beebda
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ class DiffAddrStore:
t.execute(self.__version_query)
addresses = {}
for a in t.fetchall():
(name, epoch, version) = f
(name, epoch, version) = a
addresses[name] = (epoch, version)
if self._conf != config:
self.__logger.info("Config changed, broadcasting")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment