Jim Paris
a3f444eb25
There'es some issue with tons of requests getting slowly blocked, though... git-svn-id: https://bucket.mit.edu/svn/nilm/nilmdb@10678 ddd99763-3ecb-0310-9145-efcb8ce7c51f
7 lines
88 B
Python
Executable File
7 lines
88 B
Python
Executable File
#!/usr/bin/python
|
|
|
|
import nilmdb
|
|
import sys
|
|
|
|
nilmdb.cmdline.Cmdline(sys.argv[1:]).run()
|