Update zap_utils.py

This commit is contained in:
dbth
2025-05-03 20:52:34 +02:00
committed by GitHub
parent a83d6a384b
commit aa3b3a1dde

View File

@@ -4,7 +4,6 @@ import os
import random import random
import string import string
import urllib.parse import urllib.parse
import uuid
from hashlib import sha256 from hashlib import sha256
from pathlib import Path from pathlib import Path
@@ -19,8 +18,6 @@ from nostr_sdk import PublicKey, SecretKey, Event, EventBuilder, Tag, Keys, gene
from nostr_dvm.utils.nostr_utils import get_event_by_id, check_and_decrypt_own_tags, update_profile_lnaddress from nostr_dvm.utils.nostr_utils import get_event_by_id, check_and_decrypt_own_tags, update_profile_lnaddress
from bs4 import BeautifulSoup
# tor connection to lnbits # tor connection to lnbits
# proxies = { # proxies = {
# 'http': 'socks5h://127.0.0.1:9050', # 'http': 'socks5h://127.0.0.1:9050',