Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/clock.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/python3 -W ignore::SyntaxWarning

# This file is part of TorBox, an easy to use anonymizing router based on Raspberry Pi.
# Copyright (C) 2024 radio24
Expand Down
3 changes: 3 additions & 0 deletions install/run_install_on_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,9 @@ if [ "$STEP_NUMBER" -le "3" ]; then
sudo rm "$PYTHON_LIB_PATH/EXTERNALLY-MANAGED"
fi

# Uninstalling the blinker package, because it's installed in the requirements.txt
sudo apt -y remove python3-blinker

# Install and check Python requirements
# How to deal with Pipfile, Pipfile.lock and requirements.txt:
# 1. Check the Pipfile --> is the package in the list?
Expand Down
2 changes: 1 addition & 1 deletion log_check.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/python3 -W ignore::SyntaxWarning
# -*- coding: utf-8 -*-

# This file is part of TorBox, an easy to use anonymizing router based on Raspberry Pi.
Expand Down
Loading