Skip to content

Commit

Permalink
Update bad apple discord player.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NPCat committed Feb 4, 2021
1 parent ef5c82c commit 6c4de5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bad apple discord player.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def runner(path):
frames = []

for i in range(0, int(CLIP_FRAMES/4)+1):
path = "frames/frame"+str(i*4)+".png" #<--- path to folder containing every frame of the video
path = "frames/frame"+str(i*4)+".jpg" #<--- path to folder containing every frame of the video
frames.append(runner(path))

client = discord.Client()
Expand Down

0 comments on commit 6c4de5a

Please sign in to comment.