Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2019-02-25 21:27:57 +01:00
parent 80eaa116a2
commit 98b5e5193c
2 changed files with 1 additions and 1 deletions

View File

@@ -365,7 +365,7 @@ def is_session_complete_ws(ws,ps):
return ratio,'partial',completiondate
else:
thevalue = 0
for key,value in cratios.iteritems():
for key,value in cratios.items():
if ratio>value and value>thevalue:
verdict = key
thevalue = value

Binary file not shown.