Cleaned up comments

This commit is contained in:
Anon 2022-10-13 15:00:42 -07:00
parent c9a65fd993
commit ead6fa4cbf
2 changed files with 2 additions and 4 deletions

View File

@ -82,8 +82,6 @@ settings_behavior = {
"content_newline": "\n", "content_newline": "\n",
"post_image_link": False, "post_image_link": False,
"post_random": False, "post_random": False,
"atomic_saving": False,
"sync_save": True,
"tmp_dir": "/var/tmp", "tmp_dir": "/var/tmp",
"debug": False "debug": False
} }

View File

@ -1,7 +1,7 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# Mirai Nikki Bot a video frame posting bot for Pleroma # Yandere Lewd Bot, an image posting bot for Pleroma
# Copyright (C) 2022 Anon # Copyright (C) 2022 Anon <yanderefedi@proton.me>
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by