pydPiper
pydPiper copied to clipboard
Time not refreshing
In the latest version (pydPiper-0.3-alpha) the time widget it's not refreshing. Anyone else having the same problem?
I haven't issued a new version in a long time and do need to get that done. This is fixed in the latest version. The issue was I slowed the update of the system variables to every five minutes to prevent some of the rapidly changing values like disk space from constantly causing display updates. Unfortunately, I missed that this was also the routine I was using to update the time variables. If this is your problem, your time should update but only after 5 minutes have elapsed.
You may want to try pulling down a copy of the code from the main branch and see if that resolves your problem.