Changed python shebang

This commit is contained in:
Anon 2022-07-16 03:57:36 -07:00
parent 244ed75061
commit 31c015f9c1
7 changed files with 7 additions and 11 deletions

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
# Yandere Lewd Bot, an image posting bot for Pleroma
# Copyright (C) 2022 Anon
@ -18,10 +18,6 @@
from collections import OrderedDict
# YandereBot is a customizable, no frills image-posting bot. The bot was designed to be simple to understand
# (from a technical perspective) and easy to modify/extend. YandereBot relies on GNU formatted hash files to configure
# and organize posts: (ex. 'd13f8ac27db94291dd5a348ed70c69bb *./rsc/2019.11.27/DDLC/nsfw/Ga4C1qE.jpg')
# setup_profile() -> Basic function to configure one line posts
# @param name The name of the profile. This is only used to inform you if your profiles are setup correctly.
# @param path The path of the hash file (if using YanBotV2) or a string with fnmatch wildcards (for YanBotV3)

2
run.sh
View File

@ -15,8 +15,8 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# Get the runtime path of the bot
# Get the runtime path of the bot
ABS_PATH="$(readlink -f "$0")"
RUN_DIR="$(dirname "$ABS_PATH")"

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
# Yandere Lewd Bot, an image posting bot for Pleroma
# Copyright (C) 2022 Anon

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
# Yandere Lewd Bot, an image posting bot for Pleroma
# Copyright (C) 2022 Anon

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
# Yandere Lewd Bot, an image posting bot for Pleroma
# Copyright (C) 2022 Anon

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
# Yandere Lewd Bot, an image posting bot for Pleroma
# Copyright (C) 2022 Anon

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
# Yandere Lewd Bot, an image posting bot for Pleroma
# Copyright (C) 2022 Anon