Skip to content

Commit

Permalink
fixed minor git tracking issues
Browse files Browse the repository at this point in the history
  • Loading branch information
s0lst1ce committed May 6, 2019
1 parent 8ce219c commit c0b50db
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,12 @@

SLAPPED_LOG_FILE = "slapped.txt"
ENABLED_EXTENSIONS_FILE = "enabled_ext.txt"
<<<<<<< HEAD
POLL_ALLOWED_CHANNELS_FILE = "poll_channels.txt"
=======
>>>>>>> 69c41b626b42274ca81d5674ff0aaf6714fe15ba
TODO_CHANNEL_FILE = "todo_channel.txt"
TODO_TYPES_FILE = "todo_types.txt"

#data used only for Todo -> maybe remove it ?
PUBLIC_REPOST="Public repost"
PUBLIC_REPOST="Public repost"

#logging settings
LOGGING_HANDLER = logging.FileHandler("forebot.log", "a")
Expand Down

0 comments on commit c0b50db

Please sign in to comment.