Skip to content

Commit

Permalink
Disabling debug by default
Browse files Browse the repository at this point in the history
  • Loading branch information
helioloureiro committed Jun 26, 2024
1 parent 16053fe commit ce3ba2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stallmanbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# pip3 install pyTelegramBotAPI


__version__ = "Wed Jun 26 08:07:22 PM CEST 2024"
__version__ = "Wed Jun 26 08:40:30 PM CEST 2024"

START_TIME = time.ctime()

Expand Down Expand Up @@ -74,7 +74,7 @@
version - versão do bot
"""

DEBUG = True
DEBUG = False
CONFIG = ".twitterc"
HOME = os.environ.get('HOME')
PIDFILE = f"{HOME}/.stallmanbot.pid"
Expand Down

0 comments on commit ce3ba2b

Please sign in to comment.