TODO comment
[gigfinder] / gig_finder.py
index 6e2be69..9557319 100644 (file)
@@ -155,6 +155,7 @@ class GigFinder:
 
         self.win.add(pannable_area)
 
+        # TODO: threaded??
         self.location_updater = LocationUpdater()
         self.location_updater.update_location()
         gobject.idle_add(self.update_gigs)