diff --git a/dispense_refund.py b/dispense_refund.py index d1eb5c9ee6645c3fdfafdb4ec159abb3a3776965..6b2d2edc832e980ffd75212c649baf247c1a2712 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)):