Skip to content

Commit

Permalink
[Fixed] typo from user migration
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvivekkaushik committed Mar 27, 2022
1 parent 0ff1a13 commit 96a5bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migration_scripts/user_migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
print("-----------------------------")
if config.B2_ENDPOINT in user.original_image:
print("Updating frame: {}".format(user.id))
print("Old url: {}".format(user.user.original_image))
print("Old url: {}".format(user.original_image))
new_url = user.original_image.replace(config.B2_ENDPOINT, config.CDN_ENDPOINT)
print("New url: {}".format(new_url))

Expand Down

0 comments on commit 96a5bd3

Please sign in to comment.