Compare commits
	
		
			1 Commits
		
	
	
		
			183bf60fc0
			...
			1a5700e9a0
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 1a5700e9a0 | 
@@ -99,6 +99,8 @@ def calendarCredentials(token = None):
 | 
			
		||||
    
 | 
			
		||||
def updateCalendars(user, calendars, colors):
 | 
			
		||||
    
 | 
			
		||||
    if user == None or calendars == None or colors == None:
 | 
			
		||||
        return
 | 
			
		||||
    COLORS_FILE = os.path.join(os.path.dirname(__file__), 'colors.json')
 | 
			
		||||
    with open(COLORS_FILE) as f:
 | 
			
		||||
        colormap = json.load(f)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user