fix #53
This commit is contained in:
		
							parent
							
								
									2d09d13d80
								
							
						
					
					
						commit
						f6470944ca
					
				@ -23,7 +23,8 @@ from anki.hooks import addHook
 | 
				
			|||||||
from anki.utils import isMac
 | 
					from anki.utils import isMac
 | 
				
			||||||
 | 
					
 | 
				
			||||||
sys.dont_write_bytecode = True
 | 
					sys.dont_write_bytecode = True
 | 
				
			||||||
ssl._create_default_https_context = ssl._create_unverified_context
 | 
					if isMac:
 | 
				
			||||||
 | 
					    ssl._create_default_https_context = ssl._create_unverified_context
 | 
				
			||||||
 | 
					
 | 
				
			||||||
############## other config here ##################
 | 
					############## other config here ##################
 | 
				
			||||||
shortcut = ('Ctrl+Alt' if isMac else 'Ctrl') + '+Q'
 | 
					shortcut = ('Ctrl+Alt' if isMac else 'Ctrl') + '+Q'
 | 
				
			||||||
 | 
				
			|||||||
@ -23,7 +23,8 @@ from anki.hooks import addHook
 | 
				
			|||||||
from anki.utils import isMac
 | 
					from anki.utils import isMac
 | 
				
			||||||
 | 
					
 | 
				
			||||||
sys.dont_write_bytecode = True
 | 
					sys.dont_write_bytecode = True
 | 
				
			||||||
ssl._create_default_https_context = ssl._create_unverified_context
 | 
					if isMac:
 | 
				
			||||||
 | 
					    ssl._create_default_https_context = ssl._create_unverified_context
 | 
				
			||||||
 | 
					
 | 
				
			||||||
############## other config here ##################
 | 
					############## other config here ##################
 | 
				
			||||||
shortcut = ('Ctrl+Alt' if isMac else 'Ctrl') + '+Q'
 | 
					shortcut = ('Ctrl+Alt' if isMac else 'Ctrl') + '+Q'
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user