Skip to content
Snippets Groups Projects
Verified Commit 59058402 authored by Owen Graham's avatar Owen Graham
Browse files

Use symbol for degrees Celsius instead of coulombs

parent e73001fe
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ from .records import get_link
Measurement = make_dataclass('Measurement',
['slug', 'field', 'title', 'units'])
measurements = {m.slug: m for m in (
Measurement('temperature', 1, 'Temperature', 'C'),
Measurement('temperature', 1, 'Temperature', '\u00b0C'),
Measurement('pressure', 2, 'Pressure', 'hPa'),
Measurement('wind-speed', 3, 'Wind Speed', 'm/s'),
)}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment