SEEK_CUR
This commit is contained in:
		
							parent
							
								
									e23e447a1b
								
							
						
					
					
						commit
						a65987feea
					
				@ -177,7 +177,7 @@ class TorrentFile(object):
 | 
			
		||||
    def SetPriority(self, priority):
 | 
			
		||||
        self.tfs.setPriority(self.index, priority)
 | 
			
		||||
    def readOffset(self):
 | 
			
		||||
        return self.filePtr.seek(0, io.SEEK_CUR)
 | 
			
		||||
        return self.filePtr.seek(0, os.SEEK_CUR)
 | 
			
		||||
    def havePiece(self, piece):
 | 
			
		||||
        return self.tfs.handle.have_piece(piece)
 | 
			
		||||
    def pieceFromOffset(self, offset):
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user