smallprint/config.py.example

9 lines
204 B
Text

# Simple configuration example
config = {
"OWM": "Your OpenWeatherMap token geos here",
"CITY": "City name",
"PRINTER_USB_ID": "",
"PRINTER_INTERFACE": 0,
"PRINTER_ENDPOINT": 0x01,
}