jaredks / rumps

Ridiculously Uncomplicated macOS Python Statusbar apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

timer.stop()invalid

jiayouzl opened this issue · comments

commented
@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

commented

Thank you, author