David Barto

Results 4 comments of David Barto

I'm new here and on 12.1. The `cliclick m:0,0` doesn't move the mouse to 0,0, it just stays at the current position in the terminal window. Is there something that...

No, it isn't related to the use of the forecast extension. It was because I had a bug in the refresh rate on Belchertown that was fetching the forecast once...

I agree 100%. I've not got the python chops to fix it either.

Um - this code looks funky to me. ``` if ( time.strftime("%M") < "05" and int(time.time()) - int(os.path.getmtime(forecast_file)) ) > int(300): ``` Specifically a boolean appears to be checked for...