Skip to content

Commit 2420b92

Browse files
author
falldog
committed
[What] Fix exception when run App.py, the eval(50) will error!
1 parent e2c7ede commit 2420b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

App.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
VERSION_DATE = vd
1616
#-----------------------------------------------------------------------#
1717

18-
nCellSize = eval(util.config.get('APP', 'CellSize', 50))
18+
nCellSize = eval(util.config.get('APP', 'CellSize', '50'))
1919
nAnswerCellSize = nCellSize*0.6
2020
nLINE = 9
2121
nGRID = 3

0 commit comments

Comments
 (0)