Compare commits
	
		
			2 Commits
		
	
	
		
			cc9bde1da9
			...
			12fb5a558d
		
	
	| Author | SHA1 | Date | 
|---|---|---|
| 
							
							
								
									
								
								 | 
						12fb5a558d | |
| 
							
							
								
									
								
								 | 
						7ca6109f79 | 
							
								
								
									
										2
									
								
								main.py
								
								
								
								
							
							
						
						
									
										2
									
								
								main.py
								
								
								
								
							| 
						 | 
				
			
			@ -69,7 +69,7 @@ if "secret" not in cfg:
 | 
			
		|||
	print("Open this URL and authenticate to give mstdn-ebooks access to your bot's account: {}".format(client.auth_request_url(scopes=scopes)))
 | 
			
		||||
	cfg['secret'] = client.log_in(code=input("Secret: "), scopes=scopes)
 | 
			
		||||
 | 
			
		||||
json.dump(cfg, open(args.cfg, "w+"))
 | 
			
		||||
open(args.cfg, "w").write(re.sub(",", ",\n", json.dumps(cfg)))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def extract_toot(toot):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue