I don't know why I keep getting the error 'str' has not attribute 'message'

后端 未结 0 924
小鲜肉
小鲜肉 2020-12-15 07:15
from plyer import notifications

class Reminder():
    def __init__(self,message = None):

        if not message:
                    


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题