Mercurial > code > home > repos > light9
comparison bin/subserver @ 1530:a5a44077c54c
docs and error msgs
Ignore-this: 5c451744c5fa08c4560e45e6a90de4bd
author | drewp@bigasterisk.com |
---|---|
date | Wed, 10 May 2017 04:03:54 +0000 |
parents | 6fd81bd4b4a7 |
children | 6059de6659c3 |
comparison
equal
deleted
inserted
replaced
1529:abe692d0a811 | 1530:a5a44077c54c |
---|---|
1 #!bin/python | 1 #!bin/python |
2 """ | 2 """ |
3 live web display of all existing subs with pictures, mainly for | 3 live web display of all existing subs with pictures, mainly for |
4 dragging them into CC | 4 dragging them into CC or Timeline |
5 """ | 5 """ |
6 from run_local import log | 6 from run_local import log |
7 import sys, optparse, logging, json, subprocess, datetime | 7 import sys, optparse, logging, json, subprocess, datetime |
8 from dateutil.tz import tzlocal | 8 from dateutil.tz import tzlocal |
9 from twisted.internet import reactor, defer | 9 from twisted.internet import reactor, defer |