Skip to content

Commit

Permalink
Update variables.py
Browse files Browse the repository at this point in the history
Added new item "sketchPad" with ID of "1f361106-8460-4180-942b-0823fcb5973c" which was added in 7/29/2024 Patch.
  • Loading branch information
irtsa-dev authored Sep 27, 2024
1 parent a509861 commit 211a503
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conarn/variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"1f6e51e7-af30-45af-a3e6-9ace370ad8ad" : "thumbnail2",
"f2f236a9-9e4d-4fde-90df-e9031f3a869d" : "workout1",
"d4480b01-fc38-4112-82ce-c598917b2a1d" : "workout2",
"aea4d548-edd4-4b06-92e7-5e8bd8104e4a" : "yoga"
"aea4d548-edd4-4b06-92e7-5e8bd8104e4a" : "yoga",
"1f361106-8460-4180-942b-0823fcb5973c" : "sketchPad"
}
}
Items['NAME'] = {Items['ID'][item] : item for item in Items['ID']}
Expand Down

0 comments on commit 211a503

Please sign in to comment.