Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5,5 +5,5 @@ app = FastAPI()
|
|
5 |
subprocess.Popen(["python3", "TimeStampBuddy/cron_processor.py"])
|
6 |
|
7 |
@app.get("/")
|
8 |
-
def
|
9 |
-
return
|
|
|
5 |
subprocess.Popen(["python3", "TimeStampBuddy/cron_processor.py"])
|
6 |
|
7 |
@app.get("/")
|
8 |
+
def welcome():
|
9 |
+
return "Hello! This service powers the TimeStampBuddy activity on Twitter. For more details, visit https://github.com/Mihaiii/TimeStampBuddy ."
|