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:
parent
72bbba2c5e
commit
ce04cbdd8e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import logging
|
||||
import hashlib
|
||||
|
||||
import yaml
|
||||
import oyaml as yaml
|
||||
|
||||
import ycast.vtuner as vtuner
|
||||
import ycast.generic as generic
|
||||
|
|
Loading…
Reference in a new issue