This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | var http = require('http'); | |
| var https = require('https'); | |
| // Config start | |
| var ogApiKey = '<ogApiKey>'; | |
| var jiraUsername = '<jiraUsername>'; | |
| var jiraPassword = '<jiraPassword>'; | |
| // If you're using your own installation of JIRA, | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | from collections import deque | |
| import json | |
| from kivy import Logger | |
| import threading | |
| from kivy.clock import Clock | |
| from kivy.network.urlrequest import UrlRequest | |
| from kivy.support import install_twisted_reactor | |
| # from memory_profiler import profile | |
| import zmq | |
| from kivy.compat import queue |