Skip to content

Commit 79b6406

Browse files
committed
apparently non-ascii characters are not welcome
1 parent 07eec1f commit 79b6406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/weewx/drivers/wmr300.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -770,9 +770,9 @@ def _hi(x):
770770
KNOWN_USB_MESSAGES = [
771771
'No data available', 'No error',
772772
'Nessun dato disponibile', 'Nessun errore',
773-
'Keine Daten verfügbar',
773+
'Keine Daten verf',
774774
'No hay datos disponibles',
775-
'Pas de données disponibles'
775+
'Pas de donn'
776776
]
777777

778778
# these are the usb 'errors' that should be ignored

0 commit comments

Comments
 (0)