Protocol.receive: minor bug fix for logging message

pull/1198/head
Ryan Barrett 2024-07-19 21:34:37 -07:00
rodzic f5bcb98d5e
commit 0c797b8b49
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6BE31FDF4776E9D4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -789,7 +789,7 @@ class Protocol:
# always be true?!
or (obj.new is None and obj.changed is None
and from_cls.load(id, remote=False)))):
error('Already seen this activity {id}', status=204)
error(f'Already seen this activity {id}', status=204)
# does this protocol support this activity/object type?
from_cls.check_supported(obj)