Skip to content

Commit 67bab0b

Browse files
Remove trailing whitespace
1 parent a8114ba commit 67bab0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autoremovetorrents/client/utorrent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def remove_torrent(self, torrent_hash):
125125

126126
# Remove Torrent and Data
127127
def remove_data(self, torrent_hash):
128-
request = self._session.get(self._host+'/gui/',
128+
request = self._session.get(self._host+'/gui/',
129129
params={'action':'removedata', 'token':self._token, 'hash':torrent_hash})
130130
if request.status_code != 200:
131131
raise DeletionFailure('Cannot delete torrent %s and its data. The server responses HTTP %d.' % (torrent_hash, request.status_code))

0 commit comments

Comments
 (0)