浏览代码

Fix seperator

Cammy 7 年之前
父节点
当前提交
542be01f83
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      pyinstalive/downloader.py

+ 1 - 0
pyinstalive/downloader.py

@@ -249,6 +249,7 @@ def get_user_info(user_to_download):
 
 
 def get_broadcasts_info(user_id):
 def get_broadcasts_info(user_id):
 	try:
 	try:
+		seperator("GREEN")
 		log('[I] Checking for livestreams and replays...', "GREEN")
 		log('[I] Checking for livestreams and replays...', "GREEN")
 		seperator("GREEN")
 		seperator("GREEN")
 		broadcasts = instagram_api.user_story_feed(user_id)
 		broadcasts = instagram_api.user_story_feed(user_id)