Skip to content

Instantly share code, notes, and snippets.

@kasramp

kasramp/test.py Secret

Created August 5, 2020 10:28
Show Gist options
  • Save kasramp/104fe35f2a5481069d650ff1b1e5ad12 to your computer and use it in GitHub Desktop.
Save kasramp/104fe35f2a5481069d650ff1b1e5ad12 to your computer and use it in GitHub Desktop.
def main(self):
self.get_weather()
gtk.timeout_add(PING_FREQUENCY * 60000, self.get_weather) #3
gtk.main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment