fast microservice to accompany n8n workflow
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update main.py

authored by

Jasper Mayone and committed by
GitHub
72f58307 dad15da2

+1
+1
main.py
··· 7 7 import re 8 8 from datetime import datetime 9 9 import numpy as np 10 + from typing import Union # Import Union 10 11 11 12 app = FastAPI() 12 13