README: rename python run file to python file

This commit is contained in:
Kaaninchen
2026-08-23 13:39:48 +02:00
parent 53ded15209
commit 10b6ee560e
+2 -2
View File
@@ -82,7 +82,7 @@ but you can safely ignore this warning if you're fine with it.
If not, I've created a tool which would help you to get the exact station name. You can use the tool by running If not, I've created a tool which would help you to get the exact station name. You can use the tool by running
```sh ```sh
$ python run main.py stations $ python main.py stations
``` ```
Example output: Example output:
@@ -164,7 +164,7 @@ Place the audio file of your desired station in [src/data/announcements](src/dat
After you've set everything up, you're ready to start the bot! After you've set everything up, you're ready to start the bot!
```sh ```sh
$ python run main.py $ python main.py
``` ```
## src/data ## src/data