old python compat

This commit is contained in:
Kovid Goyal
2024-07-31 14:58:21 +05:30
parent 59de64920f
commit f61635838e

View File

@@ -780,7 +780,7 @@ class NotificationManager:
self.channel.focus(n.channel_id, n.activation_token)
if n.report_requested:
ident = n.identifier or '0'
self.channel.send(n.channel_id, f'99;i={ident};{which or ''}')
self.channel.send(n.channel_id, f'99;i={ident};{which or ""}')
if n.on_activation:
try:
n.on_activation(n)