Add gitignore

This commit is contained in:
2019-05-21 01:13:57 +02:00
parent 645fe3a8a5
commit 65287d299b
2 changed files with 133 additions and 4 deletions

View File

@@ -10,7 +10,3 @@ def get_catalog_url():
def get_songs(url):
r = requests.get(url)
return r.text
if __name__ == "__main__":
print(get_songs)