accounts.py Removed extra spaces after equal
I changed the intentation to join the equal with the quote.
This commit is contained in:
		@@ -303,8 +303,9 @@ class SyncableAccount(Account):
 | 
				
			|||||||
                        raise
 | 
					                        raise
 | 
				
			||||||
                self.ui.error(e, exc_info()[2])
 | 
					                self.ui.error(e, exc_info()[2])
 | 
				
			||||||
            except Exception as e:
 | 
					            except Exception as e:
 | 
				
			||||||
                self.ui.error(e, exc_info()[2], msg=
 | 
					                self.ui.error(e, exc_info()[2],
 | 
				
			||||||
                "While attempting to sync account '%s'" % self)
 | 
					                              msg="While attempting to sync account '%s'" %
 | 
				
			||||||
 | 
					                                  self)
 | 
				
			||||||
            else:
 | 
					            else:
 | 
				
			||||||
                # After success sync, reset the looping counter to 3.
 | 
					                # After success sync, reset the looping counter to 3.
 | 
				
			||||||
                if self.refreshperiod:
 | 
					                if self.refreshperiod:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user