From c3a9fbd76683053be91a70516b537957f8517661 Mon Sep 17 00:00:00 2001 From: Justin Donofrio Date: Sat, 30 Nov 2024 16:19:51 -0500 Subject: [PATCH] Add newline --- README.md | 2 +- distros/fedora/onthespot.spec | 2 +- pyproject.toml | 2 +- scripts/build_linux.sh | 2 +- src/onthespot/gui/thumb_listitem.py | 2 +- src/onthespot/web.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9ea6469..990913f 100755 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ OnTheSpot is an open-source user-friendly music downloader built with Qt and Pyt - [**Custom Download Paths**](https://www.microsoft.com/en-us/microsoft-365/business-insights-ideas/resources/11-ideas-for-how-to-organize-digital-files)
Set personalized paths for playlists and episodes for easy organization. - [**Free and Premium Support**](https://community.spotify.com/t5/Social-Random/What-is-the-difference-between-free-Spotify-and-Premium/td-p/5478479)
Compatible with both free and premium accounts. -> [!IMPORTANT] +> [!IMPORTANT] > If you want to know more about the features, take a look at the application itself or check out our documentation. ## Getting Started diff --git a/distros/fedora/onthespot.spec b/distros/fedora/onthespot.spec index 73880cd..2bc4015 100644 --- a/distros/fedora/onthespot.spec +++ b/distros/fedora/onthespot.spec @@ -36,4 +36,4 @@ install -m 0644 %{SOURCE1} %{buildroot}/usr/share/applications/ %changelog * Sat Nov 30 2024 Justin Donofrio - 1.0.3-1 -- Initial package creation \ No newline at end of file +- Initial package creation diff --git a/pyproject.toml b/pyproject.toml index 07de284..9787c3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] requires = ["setuptools", "wheel"] -build-backend = "setuptools.build_meta" \ No newline at end of file +build-backend = "setuptools.build_meta" diff --git a/scripts/build_linux.sh b/scripts/build_linux.sh index af04f84..01370d8 100755 --- a/scripts/build_linux.sh +++ b/scripts/build_linux.sh @@ -49,4 +49,4 @@ echo " => Cleaning up temporary files..." rm -rf __pycache__ build venv *.spec -echo " => Done! Packaged tar.gz is available in 'dist/OnTheSpot.tar.gz'." \ No newline at end of file +echo " => Done! Packaged tar.gz is available in 'dist/OnTheSpot.tar.gz'." diff --git a/src/onthespot/gui/thumb_listitem.py b/src/onthespot/gui/thumb_listitem.py index 462b4f3..e093209 100644 --- a/src/onthespot/gui/thumb_listitem.py +++ b/src/onthespot/gui/thumb_listitem.py @@ -52,4 +52,4 @@ def on_finished(self, reply: QNetworkReply): # Mark request for deletion self.manager.deleteLater() - reply.deleteLater() \ No newline at end of file + reply.deleteLater() diff --git a/src/onthespot/web.py b/src/onthespot/web.py index 890dedd..c9836c7 100644 --- a/src/onthespot/web.py +++ b/src/onthespot/web.py @@ -191,4 +191,4 @@ def main(): app.run(debug=True) if __name__ == '__main__': - main() \ No newline at end of file + main()