Skip to content
Snippets Groups Projects
Commit 3a0cd8c1 authored by inso's avatar inso
Browse files

Fix offload

parent de7c2a44
Branches
Tags
No related merge requests found
Pipeline #2777 passed
......@@ -165,7 +165,7 @@ class HeadV2:
data = HeadV2.re_inline.match(offload)
free_member_room = int(data.group(1))
free_mirror_room = int(data.group(2))
return cls(v1, free_member_room, free_mirror_room),
return cls(v1, free_member_room, free_mirror_room), offload
except AttributeError:
raise MalformedDocumentError("HeadV2")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment