From 2dfb816ddadb34e5b11676ef18c3c2f9079c8146 Mon Sep 17 00:00:00 2001 From: lassulus Date: Tue, 18 Sep 2018 19:01:36 +0200 Subject: throw away dead code --- titlebot/commands/clear | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 titlebot/commands/clear (limited to 'titlebot/commands/clear') diff --git a/titlebot/commands/clear b/titlebot/commands/clear deleted file mode 100755 index e355819..0000000 --- a/titlebot/commands/clear +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env python3 -import json -from os import environ -import sys -import os -# krebs polling -import poll - -f = 'suggestions.json' -title=" ".join(sys.argv[1:]) -db = poll.save_db(f,[]) -print("cleared database") -- cgit v1.2.3