Index: shared/scripts/configuration/config.py =================================================================== diff -u -r87fd0808455003298fc99abff6e61a1a9c68244a -rac0278473d801a0c28adfbeb4b55fedcbd4cc8d2 --- shared/scripts/configuration/config.py (.../config.py) (revision 87fd0808455003298fc99abff6e61a1a9c68244a) +++ shared/scripts/configuration/config.py (.../config.py) (revision ac0278473d801a0c28adfbeb4b55fedcbd4cc8d2) @@ -41,7 +41,6 @@ PEM_FILES = ['1.pem', '2.pem', '3.pem' ] - #standby mode GOODMORNING_START_TIME_SEC = 0 GOODEVENING_START_TIME_SEC = 43200 Index: shared/scripts/configuration/utility.py =================================================================== diff -u -rbb66cf7dfa7316fe28a23c2db62a6486d689c2ed -rac0278473d801a0c28adfbeb4b55fedcbd4cc8d2 --- shared/scripts/configuration/utility.py (.../utility.py) (revision bb66cf7dfa7316fe28a23c2db62a6486d689c2ed) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision ac0278473d801a0c28adfbeb4b55fedcbd4cc8d2) @@ -991,7 +991,6 @@ latest_file = config.INP_BUF_FILE_LOCATION+current_date+'_inp.buf' return latest_file except: - return False @@ -1118,4 +1117,3 @@ squish.mouseWheel(ScreenObj, screenWidth//2, screenHeight//2, 0, -50, squish.Qt.NoModifier) raise LookupError("value object is not in view to the user after trying 100 times") -