TOSQUASH? revert sym.lower() usage?

multichartz_backup
Tyler Goodlet 2022-11-16 13:32:26 -05:00
parent bf0f7fafbb
commit 379679812c
1 changed files with 1 additions and 1 deletions

View File

@ -990,7 +990,7 @@ async def allocate_persistent_feed(
# a small streaming machine around the remote feed which can then
# do the normal work of sampling and writing shm buffers
# (depending on if we want sampling done on the far end or not?)
msg = init_msg[symstr.lower()]
msg = init_msg[symstr]
# the broker-specific fully qualified symbol name,
# but ensure it is lower-cased for external use.