Skip to content

Commit

Permalink
1.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCommCraft committed May 18, 2024
1 parent 6236b60 commit 335425e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
with open("README.md", encoding="utf-8") as f:
long_description = f.read()

VERSION = '1.2.12'
VERSION = '1.2.13'

setup(
name='warp-python',
Expand Down
1 change: 1 addition & 0 deletions warp/host/host.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def __init__(self, *, app : Flask, tld : str = None, tlds : list[str] = None, do
self.domains = domains or {}
self.tlds = tlds or [tld]
self.tlds = [_tld.strip(".") for _tld in self.tlds]
self.events = {}
try:
assert tld or tlds
except AssertionError:
Expand Down

0 comments on commit 335425e

Please sign in to comment.