Code cleanup, adapting modules for new web-ui
This commit is contained in:
		| @@ -14,7 +14,7 @@ import arrow | ||||
|  | ||||
| filename = os.path.basename(__file__).split('.py')[0] | ||||
| logger = logging.getLogger(filename) | ||||
| logger.setLevel(level=logging.INFO) | ||||
| logger.setLevel(level=logging.ERROR) | ||||
|  | ||||
| class Agenda(inkycal_module): | ||||
|   """Agenda class | ||||
| @@ -243,4 +243,4 @@ class Agenda(inkycal_module): | ||||
|     return im_black, im_colour | ||||
|  | ||||
| if __name__ == '__main__': | ||||
|   print('running {0} in standalone mode'.format(filename)) | ||||
|   print('running {0} in standalone mode'.format(filename)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user