ruvnet/Surfer

`domain_name` environmental variable is mentioned in readme and initialized but not used

MicrowaveJak opened this issue · 0 comments

Surfer/main.py

Line 134 in e7af25f

domain_name = os.getenv("DOMAIN_NAME")

3. Update the `domain_name` variable in the code to use the Replit secret: `domain_name = os.getenv("DOMAIN_NAME")`.

Unclear if this is unneeded or just not used yet but wanted to note it