deepset-ai / haystack-integrations

🚀 A list of Haystack Integrations, maintained by the community or deepset.
54 stars 66 forks source link

bug: Fixed Mismatched Quotes for host #89

Closed sahusiddharth closed 8 months ago

sahusiddharth commented 8 months ago

SyntaxError because the interpreter expects the closing quote to match the opening one. To avoid this error, make sure to use the same type of quote for both the opening and closing of the string.