Skip to content

zroya.hide bug #14

Description

@romkazor

When i try hide notification, i get error:

import time
import zroya

zroya.init("abcd", "a", "b", "c", "1")
template = zroya.Template(zroya.TemplateType.Text1)
template.setFirstLine("Hello")

zroya_id = zroya.show(template)
time.sleep(1)
zroya.hide(zroya_id)
time.sleep(5)
Traceback (most recent call last):
  File "D:/Dropbox/Projects/Notifer/test1.py", line 10, in <module>
    zroya.hide(zroya_id)
SystemError: More keyword list entries (6) than format specifiers (1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions