Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CiTIUS
temperaturas
Commits
01cf32cc
Commit
01cf32cc
authored
Oct 19, 2015
by
Jorge Suárez de Lis
💭
Browse files
Fix checking fot CL temperature in icon generation
parent
414e93f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
temperaturas.py
View file @
01cf32cc
...
...
@@ -743,10 +743,12 @@ def update_temperature():
# Forge icon
if
(
sr_data
)
and
(
sr_temperatura_s
):
temperatura_s
=
sr_temperatura_s
elif
(
sr
_data
)
and
(
sr
_temperatura_s
):
elif
(
cl
_data
)
and
(
cl
_temperatura_s
):
temperatura_s
=
cl_temperatura_s
elif
(
fc_data
)
and
(
fc_temperatura_s
):
temperatura_s
=
fc_temperatura_s
else
:
temperatura_s
=
"00.0"
img_point
=
Image
.
open
(
"icons/"
+
theme_prepend
+
"point.png"
)
if
(
sr_data
):
img_sr_mode
=
Image
.
open
((
"icons/%s.png"
%
sr_modo
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment