about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/coord.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coord.py b/src/coord.py
index ecd978c..0a7a9d4 100755
--- a/src/coord.py
+++ b/src/coord.py
@@ -130,7 +130,7 @@ def main():
     d = "{:<20}{:<20}".format("Stars Kicked:", str(stars_kicked))
     e = "{:<20}{:<20}".format("Percent: ", str( nos / stars_kicked * 100 ) + "%")
 
-    f = a + "\n" + b "\n" + c + "\n" + d + "\n" + e
+    f = a + "\n" + b + "\n" + c + "\n" + d + "\n" + e
 
     call(["telegram-send", "--pre", str(f) ])