File size: 131 Bytes
43106f9
 
 
 
 
 
 
1
2
3
4
5
6
7
import modal

app = modal.App('scheduler')

@app.function(schedule=modal.Period(seconds=15))
def update():
    print('Updating...')