Skip to content

Commit

Permalink
Merge pull request #63 from Snuffy2/Rewrite-to-async
Browse files Browse the repository at this point in the history
Use asyncio-dgram from PyPi again
  • Loading branch information
Snuffy2 authored May 8, 2024
2 parents e2b438a + 5f09640 commit 1ee9f5e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 331 deletions.
327 changes: 0 additions & 327 deletions asyncio_dgram_local.py

This file was deleted.

4 changes: 1 addition & 3 deletions juicebox_mitm.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
import logging
import time

# Temporary until asyncio_dgram release is updated to include reuse_port attribute in bind
# import asyncio_dgram
import asyncio_dgram_local as asyncio_dgram
import asyncio_dgram
from const import (
ERROR_LOOKBACK_MIN,
MAX_ERROR_COUNT,
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ dnspython >= 2.0.0
pyyaml
telnetlib3
aiorun
asyncio-dgram
asyncio-dgram >= 2.2.0

0 comments on commit 1ee9f5e

Please sign in to comment.