Skip to content

Commit

Permalink
del random.randint
Browse files Browse the repository at this point in the history
  • Loading branch information
yuban10703 committed Sep 5, 2021
1 parent babd544 commit 3a18595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def main(self):
attachments['defaults']['cpi'],
video_info['dtoken'],
attachments['attachments'][0]['otherInfo'],
playingTime + random.randint(0, 1),
playingTime,
course_all_id_data[int(index_id)]['clazzid'],
video_info['duration'],
attachments['attachments'][0]['jobid'],
Expand Down

0 comments on commit 3a18595

Please sign in to comment.