We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6cb5f8 + dd8a036 commit 9361e6cCopy full SHA for 9361e6c
transmission-trackers.py
@@ -51,7 +51,7 @@
51
if getcwd() != '/docker/transmission/transmission-trackers':
52
from os import environ as env, path, mkdir
53
try:
54
- cache_file = path.join(env.get('TEMP',env.get('TMP',None)) ,'.cache/trackers.txt')
+ cache_file = path.join(env.get('TEMP',env.get('TMP','')) ,'.cache/trackers.txt')
55
if not path.isdir(path.dirname(cache_file)):
56
mkdir(path.dirname(cache_file))
57
import toml
0 commit comments