Skip to content

Commit

Permalink
Fix typo 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubone committed Jul 23, 2024
1 parent f071083 commit f943f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def getVideo(vid):
db.set(f"{vid_id}", res)
db.set(f"{cid['id']}", res)

print(f'[*] scraped data [tiktok id: {vid_id}] updated record: {cid['id']}')
print(f'[*] scraped data [tiktok id: {vid_id}] updated record: {cid["id"]}')
else:
res = {
'id': cvid,
Expand Down

0 comments on commit f943f78

Please sign in to comment.