We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd0f55e commit 658a6e6Copy full SHA for 658a6e6
1 file changed
run.py
@@ -66,7 +66,8 @@
66
cityscopy_settings_path = "settings/csepel.json"
67
# init cityscopy class
68
cityscopy = Cityscopy(cityscopy_settings_path)
69
+ # run CityScopy main methods
70
# cityscopy.keystone()
71
# cityscopy.gridMaker()
- cityscopy.scan()
72
+ # cityscopy.scan()
73
# cityscopy.udp_listener()
0 commit comments