diff options
author | zrose584 <57181548+zrose584@users.noreply.github.com> | 2020-10-21 10:35:01 +0200 |
---|---|---|
committer | zrose584 <57181548+zrose584@users.noreply.github.com> | 2020-10-21 10:35:01 +0200 |
commit | a27b575380378f1b490dcabb8cc67f05adee5daa (patch) | |
tree | f62f99169397b3779a5a9c2db4dca9beb0a86b56 /settings.py | |
parent | c696db3e84d91092182adbeb7eef6126fad6be5d (diff) | |
download | yt-local-a27b575380378f1b490dcabb8cc67f05adee5daa.tar.lz yt-local-a27b575380378f1b490dcabb8cc67f05adee5daa.tar.xz yt-local-a27b575380378f1b490dcabb8cc67f05adee5daa.zip |
remove trailing whitespaces
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py index 852310c..159a896 100644 --- a/settings.py +++ b/settings.py @@ -134,7 +134,7 @@ For security reasons, enabling this is not recommended.''', 'default': True, 'comment': '', }), - + ('use_comments_js', { 'label': 'Enable comments.js', 'type': bool, |