Skip to content

Commit

Permalink
[OnlineUpdateCheck] set feeds stable for OpenBh
Browse files Browse the repository at this point in the history
  • Loading branch information
Ev0-BH committed Dec 7, 2021
1 parent a8d0b61 commit c54332f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/python/Components/OnlineUpdateCheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ def getFeedStatus(self):
else:
trafficLight = "unknown"

trafficLight = six.ensure_str(trafficLight)
#trafficLight = six.ensure_str(trafficLight)
trafficLight = "stable" #OpenBh

if trafficLight == "stable":
status = "0"
Expand Down

0 comments on commit c54332f

Please sign in to comment.