Skip to content

Commit

Permalink
Revert dead code removal, handled by #673 to keep PRs cohesive
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Jun 25, 2020
1 parent ecafe14 commit 58c19f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ipwb/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ def isLocalHosty(uri):
return False


def setupIPWBInIPFSConfig():
hostPort = getIPWBReplayConfig()
if not hostPort:
setIPWBReplayConfig(IPWBREPLAY_HOST, IPWBREPLAY_PORT)


def setLocale():
currentOS = platform.system()

Expand Down

0 comments on commit 58c19f3

Please sign in to comment.