Skip to content

Commit

Permalink
third commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tsu-ki committed Nov 20, 2024
1 parent 6b1b0cf commit eb67981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blt/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,4 +564,4 @@
BITCOIN_RPC_USER = os.environ.get("BITCOIN_RPC_USER", "yourusername")
BITCOIN_RPC_PASSWORD = os.environ.get("BITCOIN_RPC_PASSWORD", "yourpassword")
BITCOIN_RPC_HOST = os.environ.get("BITCOIN_RPC_HOST", "localhost")
BITCOIN_RPC_PORT = os.environ.get("BITCOIN_RPC_PORT", "8332")
BITCOIN_RPC_PORT = os.environ.get("BITCOIN_RPC_PORT", "8332")
2 changes: 1 addition & 1 deletion website/tests_urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,4 @@ def test_google_connect(self):
def test_facebook_connect(self):
url = reverse("facebook_connect")
response = self.client.get(url)
self.assertIn(response.status_code, [200, 302, 405, 401, 404], msg=url)
self.assertIn(response.status_code, [200, 302, 405, 401, 404], msg=url)

0 comments on commit eb67981

Please sign in to comment.