Skip to content

Commit

Permalink
remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
mattholy committed Jan 30, 2024
1 parent 532c84b commit 9e1651f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions service/backend/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
@License : MIT License
'''
import os
import arrow
import redis
from fastapi import FastAPI, Request, HTTPException, Query, Response
from fastapi.middleware.cors import CORSMiddleware
Expand Down Expand Up @@ -119,9 +118,7 @@ async def nodeinfo():
@app.get("/actor", response_class=ActivityResponse, tags=['ActivityPub'], name='Actor', response_model=activitypub_model.Actor)
async def actor():
logger.info('Incoming request for actor')
print(arrow.now())
actor, wr = get_wand_actor_and_wr()
print(arrow.now())
return ActivityResponse(content=actor.model_dump(by_alias=True))


Expand Down

0 comments on commit 9e1651f

Please sign in to comment.