Bladeren bron

testing git

mike 5 jaren geleden
bovenliggende
commit
0b234966b5
3 gewijzigde bestanden met toevoegingen van 6 en 1 verwijderingen
  1. 3 0
      CHANGELOG
  2. BIN
      __pycache__/tg_youtube_search.cpython-37.pyc
  3. 3 1
      ytsearch

+ 3 - 0
CHANGELOG

@@ -31,6 +31,9 @@ Version 0.0.4
      - ytsearch imports this library 
   - Removed old/ folder with backup archives of previous versions
 
+Version 0.0.5
+  - Test
+
 FUTURE
   - Improve logging
     - Write logs to file as directed in config.ini at verbosity level

BIN
__pycache__/tg_youtube_search.cpython-37.pyc


+ 3 - 1
ytsearch

@@ -34,6 +34,8 @@ import logging
 ## - Download the first X results from YoutubeSearch and pick best result
 ##
 ## - Allow interrupt to stop script (CTRL + C)
+##
+## - Test for Git
 
 ##Vars
 if os.path.exists('config.ini'):
@@ -44,7 +46,7 @@ else:
 	print("Exiting...")
 	exit(1)
 
-VERSION="0.0.4"
+VERSION="0.0.5"
 DOWNLOAD=config['DEFAULT'].getboolean('Download')	#Download True/False
 MUSICFILE=config['DEFAULT']['Musicfile']		#location of text file containing songs
 RETRIES=config['DEFAULT'].getint('Retries')		#Number of retries to search for songs