Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrymakesjelly committed Jan 8, 2020
1 parent a8114ba commit 67bab0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoremovetorrents/client/utorrent.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def remove_torrent(self, torrent_hash):

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

0 comments on commit 67bab0b

Please sign in to comment.