7 lines
198 B
Plaintext
7 lines
198 B
Plaintext
|
#!/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"
|