fixed arinerrons bootstrap address
This commit is contained in:
commit
2dfe735aad
@ -17,7 +17,6 @@
|
||||
|
||||
# Imports some useful libraries
|
||||
import logger, config
|
||||
from tkinter import *
|
||||
import os, sqlite3, core
|
||||
|
||||
def sendMessage():
|
||||
@ -56,6 +55,8 @@ def update():
|
||||
|
||||
|
||||
def openGUI():
|
||||
from tkinter import *
|
||||
|
||||
global root, runningCheckDelay, runningCheckDelayCount, scrollbar, listedBlocks, nodeInfo, keyInfo, idText, idEntry, pubKeyEntry, listbox, daemonStatus, sendEntry
|
||||
|
||||
root = Tk()
|
||||
|
@ -445,7 +445,7 @@ class Onionr:
|
||||
|
||||
os.makedirs(plugins.get_plugins_folder(plugin_name))
|
||||
with open(plugins.get_plugins_folder(plugin_name) + '/main.py', 'a') as main:
|
||||
main.write(open('default_plugin.txt').read().replace('$user', os.getlogin()).replace('$date', datetime.datetime.now().strftime('%Y-%m-%d')))
|
||||
main.write(open('static-data/default_plugin.txt').read().replace('$user', os.getlogin()).replace('$date', datetime.datetime.now().strftime('%Y-%m-%d')))
|
||||
|
||||
logger.info('Enabling plugin \"' + plugin_name + '\"...')
|
||||
plugins.enable(plugin_name, self)
|
||||
|
@ -1,3 +1,2 @@
|
||||
onionisrgccylxpr.onion
|
||||
onionragxuddecmg.onion
|
||||
dgyllprmtmym4gbk.onion
|
||||
|
Loading…
Reference in New Issue
Block a user