Skip to content

Commit 35dfa24

Browse files
F1ashhimselfunderyx
authored andcommitted
README: Fix example usage of extra data (#18)
1 parent 50979c4 commit 35dfa24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Here's what that looks like:
7070
7171
async def get_extra_data(self, request):
7272
return {
73-
**super().get_extra_data(request)
73+
**await super().get_extra_data(request),
7474
'settings': request.app['settings'],
7575
}
7676

0 commit comments

Comments
 (0)