Skip to content

Commit 658a6e6

Browse files
committed
minor
1 parent fd0f55e commit 658a6e6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

run.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
cityscopy_settings_path = "settings/csepel.json"
6767
# init cityscopy class
6868
cityscopy = Cityscopy(cityscopy_settings_path)
69+
# run CityScopy main methods
6970
# cityscopy.keystone()
7071
# cityscopy.gridMaker()
71-
cityscopy.scan()
72+
# cityscopy.scan()
7273
# cityscopy.udp_listener()

0 commit comments

Comments
 (0)