Skip to content

Commit

Permalink
rename link to website link for room creation
Browse files Browse the repository at this point in the history
  • Loading branch information
oscie57 committed Jun 8, 2024
1 parent 613cd3d commit 4529fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theunderground/room_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def list_room_data(room_id):
tv.data["type"] = "Coupon"

elif tv.data["type"] == 5:
tv.data["type"] = "Link"
tv.data["type"] = "Website Link"

elif tv.data["type"] == 6:
tv.data["type"] = "Picture"
Expand Down

0 comments on commit 4529fed

Please sign in to comment.