diff options
Diffstat (limited to 'titlebot/commands/clear')
-rwxr-xr-x | titlebot/commands/clear | 12 |
1 files changed, 0 insertions, 12 deletions
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") |