smallprint/config.py.example

10 lines
204 B
Text
Raw Normal View History

2020-08-31 23:36:47 +02:00
# Simple configuration example
config = {
"OWM": "Your OpenWeatherMap token geos here",
"CITY": "City name",
"PRINTER_USB_ID": "",
"PRINTER_INTERFACE": 0,
"PRINTER_ENDPOINT": 0x01,
}