work on serialization and communication, misc work on web, run files
This commit is contained in:
parent
f82e7bfb59
commit
22cece2b2c
12 changed files with 86 additions and 28 deletions
|
@ -19,7 +19,7 @@
|
|||
'''
|
||||
|
||||
# Imports some useful libraries
|
||||
import logger, config, threading, time, uuid, subprocess
|
||||
import logger, config, threading, time, uuid, subprocess, sys
|
||||
from onionrblockapi import Block
|
||||
|
||||
plugin_name = 'cliui'
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
|
||||
<title>
|
||||
OnionrBoard
|
||||
</title>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue