1
0
mirror of http://aero2k.de/t/repos/urlbot-native.git synced 2017-09-06 15:25:38 +02:00

whitespace fixes

This commit is contained in:
Thorsten
2016-04-07 20:17:43 +02:00
parent 43950a70fb
commit fa9e970eeb

View File

@@ -1,11 +1,10 @@
# -*- coding: utf-8 -*-
import logging
import time
import random
import config
from plugin_system import pluginfunction, ptypes
log = logging.getLogger(__name__)
comment_joins_strings = [
@@ -18,7 +17,7 @@ comment_joins_strings = [
def comment_joins(**args):
# max elapsed time between the latest and the N latest join
timespan = 120
max_joins = 6
max_joins = config.runtime_config_store
current_timestamp = int(time.time())