7 lines
198 B
Python
Executable File
7 lines
198 B
Python
Executable File
#!/usr/bin/env python3
|
|
"""
|
|
Configuration settings for overwrought_slave.py.
|
|
`remote_addr` is the address of the remote Overwrought server.
|
|
"""
|
|
remote_addr = "https://stream.steelbea.me/overwrought"
|