django / channels

Developer-friendly asynchrony for Django
https://channels.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6.02k stars 793 forks source link

Use format string for `room_name` in tutorial #1998

Closed johnthagen closed 1 year ago

johnthagen commented 1 year ago

Since channels supports Python 3.7+, can use format strings to simplify string construction within the tutorial (which is a Python 3.6+ feature).