summaryrefslogtreecommitdiff
path: root/ick_controller.py
diff options
context:
space:
mode:
Diffstat (limited to 'ick_controller.py')
-rw-r--r--ick_controller.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ick_controller.py b/ick_controller.py
index 5fc44c5..0957ae6 100644
--- a/ick_controller.py
+++ b/ick_controller.py
@@ -15,7 +15,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-
import os
@@ -29,6 +28,8 @@ import ick2
transactions = slog.Counter()
+
+
def counter():
return 'HTTP transaction {}'.format(transactions.increment())