Update my_stations.py

Replaced line 4 in stations.py with
import oyaml as yaml
Note: Install oyaml (https://github.com/wimglenn/oyaml) before using this version. Result: Stations from stations.yml now appear in the original order as written in the file.
This commit is contained in:
jnolti 2021-12-19 20:51:50 +01:00 committed by GitHub
parent 72bbba2c5e
commit ce04cbdd8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
import logging
import hashlib
import yaml
import oyaml as yaml
import ycast.vtuner as vtuner
import ycast.generic as generic