[smuxi] smuxi-feed-stats.py: beautified header



commit 28053791e5028597a8ade082caa5bc0bd22c6af5
Author: Mirco Bauer <meebey meebey net>
Date:   Sat May 23 16:29:59 2015 +0200

    smuxi-feed-stats.py: beautified header

 build/smuxi-feed-stats.py |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/build/smuxi-feed-stats.py b/build/smuxi-feed-stats.py
index fd2647e..61d3d8d 100755
--- a/build/smuxi-feed-stats.py
+++ b/build/smuxi-feed-stats.py
@@ -91,10 +91,9 @@ def log():
             pass
 
 if __name__=='__main__':
-    print """================================
-Smuxi World Domination Progress
-===============================
-"""
+    print "Smuxi World Domination Progress"
+    print "==============================="
+    print ""
     print "Number of unique IPs: %s"%len(unique_ips())
     print ""
     print 'IP'.ljust(25), '| PTR'.ljust(50), '  | OS'.ljust(20), '| Program'.ljust(24), '| 
Version'.ljust(17), '| C'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]