diff --git a/default/cfg.py b/default/cfg.py index e7ee9ad..9fec6ef 100644 --- a/default/cfg.py +++ b/default/cfg.py @@ -82,8 +82,6 @@ settings_behavior = { "content_newline": "\n", "post_image_link": False, "post_random": False, - "atomic_saving": False, - "sync_save": True, "tmp_dir": "/var/tmp", "debug": False } diff --git a/src/main.py b/src/main.py index 2107f56..7e5083a 100755 --- a/src/main.py +++ b/src/main.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 -# Mirai Nikki Bot a video frame posting bot for Pleroma -# Copyright (C) 2022 Anon +# Yandere Lewd Bot, an image posting bot for Pleroma +# Copyright (C) 2022 Anon # # 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