mc_py
Apr 05, 2020 - 10:00
Can anyone help me?
I'm newbie in Python and Pythonista.
I'm trying the code:
import notification
def main():
notification.schedule('Hey', delay=4, action_url=None)
if __name__ == '__main__':
main()
But it still shows error: module notification has no attribute schedule
Thanks for any help