mirror of
https://gitlab.com/2-chainz/2-chainz-twitter-bot.git
synced 2025-06-15 22:56:46 +00:00
13 lines
211 B
JSON
13 lines
211 B
JSON
{
|
|
"scriptFile": "__init__.py",
|
|
"bindings": [
|
|
{
|
|
"name": "mytimer",
|
|
"type": "timerTrigger",
|
|
"direction": "in",
|
|
"schedule": "0 0 10 * * MON",
|
|
"runOnStartup": false
|
|
}
|
|
]
|
|
}
|