Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
naman108 committed Aug 28, 2023
1 parent 1f02c09 commit 6e84c7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions FreeTAKServer/core/RestMessageControllers/RestEnumerations.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class RestEnumerations:
"Engineer": "a-.-G-U-C-E",
}

simplified_squad_types.update(simplified_squad_types)


SquadTypes = {
"Gnd Combat Infantry Rifleman": "a-.-G-U-C-I",
Expand All @@ -51,7 +51,7 @@ class RestEnumerations:

supportedTypeEnumerations.update(otherTypes)
supportedTypeEnumerations.update(SquadTypes)

supportedTypeEnumerations.update(simplified_squad_types)
"""
used when creating an emergency
"""
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "FreeTAKServer"
version = "0.2.9"
version = "0.2.10"
description = "An open source server for the TAK family of applications."
authors = ["FreeTAKTeam <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 6e84c7b

Please sign in to comment.