Update config.py

This commit is contained in:
DJObleezy 2025-03-29 21:25:58 -07:00 committed by GitHub
parent 2a08efdfdb
commit ac52bb8579
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ def load_config():
default_config = {
"power_cost": 0.0,
"power_usage": 0.0,
"wallet": "bc1py5zmrtssheq3shd8cptpl5l5m3txxr5afynyg2gyvam6w78s4dlqqnt4v9"
"wallet": "yourwallethere"
}
if os.path.exists(CONFIG_FILE):