瀏覽代碼

testing git

mike 5 年之前
父節點
當前提交
0b234966b5
共有 3 個文件被更改,包括 6 次插入1 次删除
  1. 3 0
      CHANGELOG
  2. 二進制
      __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

二進制
__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