Script execution

This commit is contained in:
gac-x03da
2019-05-29 10:59:05 +02:00
parent ee85290fc8
commit 0565d7292f

View File

@@ -54,7 +54,7 @@ def get_binding_range():
ephot = ehi
eb1 = ephot - elo - workfunc
eb2 = ephot - ehi - workfunc
return eb2, eb1
return eb1, eb2
eb2, eb1 = get_binding_range()