From 3c66360d5d1c9f4168523d90c0c203e48b044b3c Mon Sep 17 00:00:00 2001
From: oxinabox <oxinabox@ucc.asn.au>
Date: Mon, 30 Mar 2015 12:19:59 +0800
Subject: [PATCH] =Made display last 5 dispenses

---
 dispense_refund.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dispense_refund.py b/dispense_refund.py
index d1eb5c9..6b2d2ed 100755
--- a/dispense_refund.py
+++ b/dispense_refund.py
@@ -1,7 +1,7 @@
 #!/usr/bin/env python 
 import subprocess as sp
 
-sp.call(['tail', '-n3', "/home/other/coke/cokelog"])
+sp.call(['tail', '-n55555', "/home/other/coke/cokelog"])
 
 username=None
 while(not(username)):
-- 
GitLab