diff --git a/README.md b/README.md index 4bd6e2d..14c38bc 100644 --- a/README.md +++ b/README.md @@ -232,7 +232,7 @@ docker run \ musicservice:dev ``` -6. 🎉 Create a branch and make your changes. When committing changes please use [Gitmoji](https://gitmoji.dev/) and [close the corresponding issue with "fixed"](https://github.com/gitbucket/gitbucket/wiki/How-to-Close-Reference-issues-and-pull-request) and the number of the issue `git commit -m ":bug: fixed #21 Your commit message"` +6. 🎉 Use the develop branch and commit your feature to a new branch. When committing changes please use [Gitmoji](https://gitmoji.dev/) and [close the corresponding issue with "fixed"](https://github.com/gitbucket/gitbucket/wiki/How-to-Close-Reference-issues-and-pull-request) and the number of the issue `git commit -m ":bug: fixed #21 Your commit message"` 7. ⬆ Create a [pull request](https://github.com/thijstakken/MusicService/pulls) 8. 🚀 Wait for it to be reviewed and merged! diff --git a/main.py b/main.py index 9db71b7..41a0a99 100644 --- a/main.py +++ b/main.py @@ -192,7 +192,7 @@ def clear_local_music_folder(): password = str(os.getenv('PASSWORD')) # WebDAV password interval = int(os.getenv('INTERVAL'))*60 # How often the the program should check for updated playlists, (did it times 60 to put it into seconds, so users can put it in minutes) - # welcome + # welcome message print("Started Music Service") # print Python version for informational purposes