Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders Jensen committed Dec 29, 2018
1 parent 0b2e30f commit ec5d2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotorrent/clients/transmission.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def get_config(self):
@classmethod
def auto_config(cls):
"""
Tries to auto configure transmission using the .config/transmission-daemon/settings.json file
Tries to auto configure transmission using the ~/.config/transmission-daemon/settings.json file
"""
config_path = os.path.expanduser('~/.config/transmission-daemon/settings.json')
if not os.path.isfile(config_path):
Expand Down

0 comments on commit ec5d2b2

Please sign in to comment.