kootenpv / whereami

Uses WiFi signals :signal_strength: and machine learning to predict where you are
GNU Affero General Public License v3.0
5.1k stars 247 forks source link

whereami rename old_label new_label not working #55

Closed gseiki closed 3 years ago

gseiki commented 3 years ago

If I run the following command "whereami rename old_label new_label" terminal outputs "whereami: error: unrecognized arguments: old_label new_label". Any advice for me?

I'm running: OSX High Sierra Python3.8.6 PIP3 whereami version 0.4.85

kootenpv commented 3 years ago

Try

whereami rename --label a --new_label b
gseiki commented 3 years ago

Thanks! That did the trick.