bunch o things
This commit is contained in:
+2
-2
@@ -3,8 +3,8 @@ from selection import strutil
|
||||
from threading import Lock
|
||||
import config
|
||||
|
||||
sel = os.path.join(config.selection, "tm-selection.js")
|
||||
sel_dump = os.path.join(config.selection, "tm-selection-dump.js")
|
||||
sel = os.path.join(config.selection['path'], config.selection['sel'])
|
||||
sel_dump = os.path.join(config.selection['path'], config.selection['sel_dump'])
|
||||
|
||||
LL = Lock()
|
||||
|
||||
|
||||
+258
-12
File diff suppressed because one or more lines are too long
@@ -8,8 +8,40 @@
|
||||
{
|
||||
"list": "crumb",
|
||||
"url": "https://www.jiscmail.ac.uk/cgi-bin/webadmin?A2=ind1207&L=new-media-curating&F=&S=&P=1869"
|
||||
},
|
||||
{
|
||||
"list": "nettime_l",
|
||||
"url": "https://nettime.org/Lists-Archives/nettime-l-9703/msg00094.html"
|
||||
},
|
||||
{
|
||||
"list": "nettime_l",
|
||||
"url": "https://nettime.org/Lists-Archives/nettime-l-9703/msg00060.html"
|
||||
},
|
||||
{
|
||||
"list": "nettime_l",
|
||||
"url": "https://nettime.org/Lists-Archives/nettime-l-9703/msg00088.html"
|
||||
},
|
||||
{
|
||||
"list": "nettime_l",
|
||||
"url": "https://nettime.org/Lists-Archives/nettime-l-9703/msg00089.html"
|
||||
},
|
||||
{
|
||||
"list": "nettime_l",
|
||||
"url": "https://nettime.org/Lists-Archives/nettime-l-9703/msg00096.html"
|
||||
},
|
||||
{
|
||||
"list": "nettime_l",
|
||||
"url": "https://nettime.org/Lists-Archives/nettime-l-9704/msg00000.html"
|
||||
},
|
||||
{
|
||||
"list": "nettime_l",
|
||||
"url": "https://nettime.org/Lists-Archives/nettime-l-9912/msg00099.html"
|
||||
},
|
||||
{
|
||||
"list": "nettime_l",
|
||||
"url": "https://nettime.org/Lists-Archives/nettime-l-9912/msg00106.html"
|
||||
}
|
||||
],
|
||||
"desc": "..."
|
||||
"desc": "something"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user