Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion batch_file_rename.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def batch_rename(work_dir, old_ext, new_ext):

def main():
'''
This will be called if the script is directly envoked.
This will be called if the script is directly invoked.
'''
# Set the variable work_dir with the first argument passed
work_dir = sys.argv[1]
Expand Down
6 changes: 1 addition & 5 deletions get_youtube_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@

#how much views you want

totalBreaks = 30
countBreaks = 0

print("Enjoy your Time\n" +time.ctime())
while(countBreaks < totalBreaks):
for count in range(30):
time.sleep(5)
webbrowser.open("https://www.youtube.com/watch?v=o6A7nf3IeeA")
countBreaks += 1