Skip to content

Commit 0067152

Browse files
committed
solve error
1 parent 0d5a1a3 commit 0067152

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

app/main.py

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -22,29 +22,8 @@
2222
"""
2323

2424

25-
<<<<<<< HEAD
26-
app = FastAPI(
27-
title='Depex',
28-
description=DESCRIPTION,
29-
version='0.6.1',
30-
contact={
31-
'name': 'Antonio Germán Márquez Trujillo',
32-
'url': 'https://github.com/GermanMT',
33-
'email': '[email protected]',
34-
},
35-
license_info={
36-
'name': 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
37-
'url': 'https://www.gnu.org/licenses/gpl-3.0.html',
38-
},
39-
)
40-
41-
42-
@app.on_event("startup")
43-
async def startup_event() -> None:
44-
=======
4525
@asynccontextmanager
4626
async def lifespan(app: FastAPI) -> None:
47-
>>>>>>> develop
4827
while True:
4928
try:
5029
await create_indexes()
@@ -63,7 +42,7 @@ async def lifespan(app: FastAPI) -> None:
6342
app = FastAPI(
6443
title="Depex",
6544
description=DESCRIPTION,
66-
version="0.6.0",
45+
version="0.6.1",
6746
contact={
6847
"name": "Antonio Germán Márquez Trujillo",
6948
"url": "https://github.com/GermanMT",

0 commit comments

Comments
 (0)