Косячки
This commit is contained in:
		
							parent
							
								
									9f2bbc2fd6
								
							
						
					
					
						commit
						a691af60e8
					
				@ -21,7 +21,6 @@ except Exception, e:
 | 
				
			|||||||
        else:
 | 
					        else:
 | 
				
			||||||
            raise
 | 
					            raise
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import libtorrent as lt
 | 
					 | 
				
			||||||
from random import SystemRandom
 | 
					from random import SystemRandom
 | 
				
			||||||
import time
 | 
					import time
 | 
				
			||||||
import urlparse, urllib
 | 
					import urlparse, urllib
 | 
				
			||||||
@ -992,7 +991,7 @@ class Pyrrent2http(object):
 | 
				
			|||||||
                self.saveResumeData(True)
 | 
					                self.saveResumeData(True)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def processSaveResumeDataAlert(self, alert):
 | 
					    def processSaveResumeDataAlert(self, alert):
 | 
				
			||||||
        logging.info('Saving resume data to: %s', self.config.resumeFile)
 | 
					        logging.info('Saving resume data to: %s' % (self.config.resumeFile))
 | 
				
			||||||
        data = lt.bencode(alert.resume_data)
 | 
					        data = lt.bencode(alert.resume_data)
 | 
				
			||||||
        try:
 | 
					        try:
 | 
				
			||||||
            with open(self.config.resumeFile, 'wb') as f:
 | 
					            with open(self.config.resumeFile, 'wb') as f:
 | 
				
			||||||
@ -1015,7 +1014,7 @@ class Pyrrent2http(object):
 | 
				
			|||||||
            return
 | 
					            return
 | 
				
			||||||
        entry = self.session.save_state()
 | 
					        entry = self.session.save_state()
 | 
				
			||||||
        data = lt.bencode(entry)
 | 
					        data = lt.bencode(entry)
 | 
				
			||||||
        logging.info('Saving session state to: %s', self.config.stateFile)
 | 
					        logging.info('Saving session state to: %s' % (self.config.stateFile,))
 | 
				
			||||||
        try:
 | 
					        try:
 | 
				
			||||||
            with open(self.config.stateFile, 'wb') as f:
 | 
					            with open(self.config.stateFile, 'wb') as f:
 | 
				
			||||||
                f.write(data)
 | 
					                f.write(data)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user