diff --git a/app/core/content/utils.py b/app/core/content/utils.py index fa0a9df..04005de 100644 --- a/app/core/content/utils.py +++ b/app/core/content/utils.py @@ -59,7 +59,7 @@ async def create_metadata_for_item( item_metadata = { 'name': title, - 'description': ' '.join([f"#{_h}" for _h in hashtags]), + 'description': ' '.join([f"#{_h.replace(' ', '_')}" for _h in hashtags]), 'attributes': [ # { # 'trait_type': 'Artist',