started nopub feature

core file loading now checks files against a list of nopubs, stored in
.ttbp/config/nopub
This commit is contained in:
endorphant
2016-05-20 00:06:21 -04:00
parent ed071ebb67
commit cd63c6f09a
2 changed files with 11 additions and 3 deletions

View File

@@ -407,7 +407,7 @@ press <enter> to begin recording your feels.
if publishing():
core.load_files()
core.write("index.html")
left = "posted to "+LIVE+USER+"/"+SETTINGS["publish dir"]+"/index.html"
left = "posted to "+LIVE+USER+"/"+SETTINGS["publish dir"]+"/index.html\n\n>"
redraw(left + " thanks for sharing your feels!")
return