fixed an error causing pleroma to always fail
This commit is contained in:
		
							parent
							
								
									1c8b86543b
								
							
						
					
					
						commit
						eea48dda1c
					
				
							
								
								
									
										2
									
								
								main.py
								
								
								
								
							
							
						
						
									
										2
									
								
								main.py
								
								
								
								
							| 
						 | 
					@ -193,7 +193,7 @@ for f in following:
 | 
				
			||||||
		sys.exit(1)
 | 
							sys.exit(1)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	pleroma = False
 | 
						pleroma = False
 | 
				
			||||||
	if 'next' not in j and 'prev' in j:
 | 
						if 'next' not in j:
 | 
				
			||||||
		print("Using Pleroma compatibility mode")
 | 
							print("Using Pleroma compatibility mode")
 | 
				
			||||||
		pleroma = True
 | 
							pleroma = True
 | 
				
			||||||
		j = j['first']
 | 
							j = j['first']
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue