Slowing down lat so shows slower during demo

This commit is contained in:
nzkarit 2018-05-16 18:48:43 +12:00
parent ac80823285
commit 8b4a210402

View File

@ -24,7 +24,7 @@ def main():
minLat = -90
maxLat = 90
splitNumber = 1000
step = 0.1
step = 0.05
try:
os.stat(directory)