Open stephencsmall opened 8 years ago
These variables are used to control the major functions of the application, they should be moved out into a configuration file like an INI.
API_SCOPES = ['https://www.googleapis.com/auth/calendar.readonly'] CLIENT_SECRET_FILE = 'keyfile.json' APPLICATION_NAME = 'sign-aggregator' CALENDAR_NAME = 'wfplmakerspace@gmail.com' POLLING_INTERVAL = 120 MAX_RESULTS = 10
These variables are used to control the major functions of the application, they should be moved out into a configuration file like an INI.