-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding TZ support
- Loading branch information
Showing
3 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ export PYTHONPATH=./src/ | |
export KEITHFEM_BASE_URL= | ||
export HTTP_API_TOKEN= | ||
export DADJOKE_URL=https://icanhazdadjoke.com/ | ||
export TIMEZONE='Europe/Berlin' | ||
``` | ||
|
||
KEITHFEM_BASE_URL is the [airtime](https://www.airtime.pro/) base url of the radio. | ||
|
@@ -32,5 +33,7 @@ HTTP_API_TOKEN is from [@Botfather](https://web.telegram.org/#/im?p=@BotFather) | |
|
||
DADJOKE_URL is a jokes service. | ||
|
||
TIMEZONE is the TZ where the bot is running. Usually paired with airtime service TZ. If not set 'Europe/London' will be used. | ||
|
||
|
||
<sub><sup>Keith F'em, a community radio experiment, is presented by Keith in conjunction with SP2. [email protected]</sup></sub> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters