Skip to content

Commit

Permalink
1.1.7Av
Browse files Browse the repository at this point in the history
Merge pull request #43 from suchencjusz/1.1.7Av
  • Loading branch information
suchencjusz authored Dec 4, 2024
2 parents acc3591 + 3c7a953 commit 1c8f3f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/filman_discord/endpoints/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async def info_command(ctx: lightbulb.SlashContext) -> None:

embed.add_field(
name="Wersja i ostatnia aktualizacja",
value="`1.1.7` - `2024-12-03`",
value="`1.1.7Av` - `2024-12-04`",
)

embed.add_field(
Expand Down
3 changes: 1 addition & 2 deletions src/filman_server/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ async def trigger_error():

if __name__ == "__main__":
logging.info("Filman server started")
uvicorn.run(app, host="0.0.0.0", port=8000)
logging.debug("uvicorn running")
cron.start()
logging.debug("cron running")
uvicorn.run(app, host="0.0.0.0", port=8000)

0 comments on commit 1c8f3f7

Please sign in to comment.