Repair project paths after move
This commit is contained in:
parent
387f12fada
commit
5b0b87b784
3 changed files with 23 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ import sys
|
|||
from typing import Dict, Any, Optional
|
||||
|
||||
# Path to your Rust binary (adjust if you move it)
|
||||
RUST_BINARY = "/home/avi/Projects/skills/nost-feed-manager/target/release/nostr-manager-backend"
|
||||
RUST_BINARY = "/home/avi/Projects/0_Nostr/target/release/nostr-manager-backend"
|
||||
|
||||
class NostrFeedManager:
|
||||
"""
|
||||
|
|
@ -13,7 +13,7 @@ class NostrFeedManager:
|
|||
"""
|
||||
|
||||
def __init__(self):
|
||||
self.vault_file = "/home/avi/Projects/skills/nost-feed-manager/profiles_vault.json"
|
||||
self.vault_file = "/home/avi/Projects/0_Nostr/profiles_vault.json"
|
||||
|
||||
def _run_rust_command(self, command: str, args: list) -> str:
|
||||
"""Executes the Rust binary."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue