jaredks / rumps

Ridiculously Uncomplicated macOS Python Statusbar apps
BSD 3-Clause "New" or "Revised" License
3.06k stars 177 forks source link

timer.stop()invalid #178

Closed jiayouzl closed 2 years ago

jiayouzl commented 2 years ago
@rumps.clicked('Stop timer')
def stop_timer(_):
    global_namespace_timer.stop()

https://github.com/jaredks/rumps/blob/master/examples/example_timers.py

MacOS12.01 python3.9.10

jiayouzl commented 2 years ago

Thank you, author