yjmd2222 / automatic-attendance

Apache License 2.0
3 stars 0 forks source link

Adds more launch and quit Zoom hours and Fixes `error: (0, 'SetForegroundWindow', 'No error message is available')` #30

Closed yjmd2222 closed 1 year ago

yjmd2222 commented 1 year ago

Starts at 9 AM and quit at 6 PM. Fixes the error error: (0, 'SetForegroundWindow', 'No error message is available') which is said to be a bug within win32gui when setting a window foreground, etc. The solution is to send a key which most users use Alt for before setting it foreground.

Closes https://github.com/yjmd2222/fake-attendance/issues/29