Skip to content

Commit

Permalink
Fix: not showing print in services
Browse files Browse the repository at this point in the history
  • Loading branch information
miranda1000 committed Oct 2, 2023
1 parent 990237b commit 08ffeac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/tts.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ After=network.target tts-web.service
[Service]
Type=simple
WorkingDirectory=/home/rogermiranda1000/TwitchTTSBot/TwitchTTSBot
ExecStart=/home/rogermiranda1000/anaconda3/envs/tts/bin/python3 bot.py
ExecStart=/home/rogermiranda1000/anaconda3/envs/tts/bin/python3 -u bot.py

[Install]
WantedBy=multi-user.target

0 comments on commit 08ffeac

Please sign in to comment.