diff options
-rwxr-xr-x | pyLoadCore.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index ce1426280..17d5d3b34 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -76,7 +76,7 @@ else: sys.stdout = getwriter(enc)(sys.stdout, errors = "replace") class Core(object): - """ pyLoad Core, one tool to rule them all... (the filehosters) :D""" + """pyLoad Core, one tool to rule them all... (the filehosters) :D""" def __init__(self): self.doDebug = False |