Skip to content

Commit

Permalink
Add missing f string in tutorial (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen committed Mar 16, 2024
1 parent 82a9727 commit de08159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/part_1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ In the ``consumers.py`` file we will create only the room consumer for:
@message_activity.groups_for_signal
def message_activity(self, instance: Message, **kwargs):
yield 'room__{instance.room_id}'
yield f'room__{instance.room_id}'
yield f'pk__{instance.pk}'
@message_activity.groups_for_consumer
Expand Down

0 comments on commit de08159

Please sign in to comment.