Skip to content
Snippets Groups Projects
Unverified Commit b448e5a2 authored by Dan Michael O. Heggø's avatar Dan Michael O. Heggø
Browse files

Fix rvslots handling (#199)

parent 5efebfad
No related merge requests found
...@@ -161,7 +161,7 @@ class Page(object): ...@@ -161,7 +161,7 @@ class Page(object):
try: try:
rev = next(revs) rev = next(revs)
if 'slots' in rev: if 'slots' in rev:
text = rev['slots'][slot] text = rev['slots'][slot]['*']
else: else:
text = rev['*'] text = rev['*']
self.last_rev_time = rev['timestamp'] self.last_rev_time = rev['timestamp']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment