Skip to content

Commit

Permalink
Restoring docker_url to None
Browse files Browse the repository at this point in the history
  • Loading branch information
KreativeThinker committed Nov 24, 2023
1 parent b435491 commit 009b22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pwncore/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Config:
config = Config(
development=True,
db_url="sqlite://:memory:",
docker_url="http://www.googlw.com", # None for default system docker
docker_url=None, # None for default system docker
flag="C0D",
max_containers_per_team=3,
msg_codes=msg_codes,
Expand Down

0 comments on commit 009b22c

Please sign in to comment.