Revert "Fixed pygauge traceback for Noctis"

This reverts commit 8d0c144477.

Fix should be in eos, not pyfa.
This commit is contained in:
Lucas Thode
2010-11-25 11:59:25 -06:00
parent 8d0c144477
commit df21afef0d

View File

@@ -214,7 +214,7 @@ class ResourcesViewFull(StatsView):
gauge = getattr(self, "gauge%s%s" % (panel, capitalizedType))
resUsed = getattr(fit,"%sUsed" % resourceType)
gauge.SetValueRange(resUsed or 0, resMax[i]() or 0)
gauge.SetValueRange(resUsed, resMax[i]())
i+=1
else: