Skip to content

Commit

Permalink
Fix typo **facepalm**
Browse files Browse the repository at this point in the history
  • Loading branch information
SAPikachu committed Jan 13, 2015
1 parent 4106c11 commit e435d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion igstools/exportjson.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def menu_to_json(
matrix = matrix_from_menu_height(menu.height)

json_obj = {
"varsion": 1,
"version": 1,
"pictures": {},
"pages": {p.id: p.raw_data for p in menu.pages.values()},
"width": menu.width,
Expand Down

0 comments on commit e435d44

Please sign in to comment.