You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, in reality, the ZinoTestProtocol should not be used by default at all, it's just there during initial development of the API. Its instantiation should be permanently replaced by Zino1ServerProtocol.
This is the line that needs to be changed before Zino 2.0:
Well, in reality, the
ZinoTestProtocol
should not be used by default at all, it's just there during initial development of the API. Its instantiation should be permanently replaced byZino1ServerProtocol.
This is the line that needs to be changed before Zino 2.0:
https://github.com/Uninett/zino/blob/4343bacf96518f769ea4e1a804a23bcfa5b20935/src/zino/api/server.py#L33-L32
Originally posted by @lunkwill42 in #278 (comment)
The text was updated successfully, but these errors were encountered: