Skip to content

Commit

Permalink
add localhost.run
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilber committed Sep 27, 2023
1 parent c00ea95 commit 3810dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pykoi/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ async def read_item(

if not line:
break

# return url
match = re.search(r"(\bhttp[s]?://[^\s]+)", line)
if match:
public_url = match.group(1)
Expand Down

0 comments on commit 3810dca

Please sign in to comment.