mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-21 16:07:14 +01:00
Update zap_utils.py
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user