You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2020/07/03 20:32:47 UTC

[whimsy] branch master updated: Dummy change

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new e3df6f9  Dummy change
e3df6f9 is described below

commit e3df6f939da7a4d4e21bdf2853b811ad3f5ada77
Author: Sebb <se...@apache.org>
AuthorDate: Fri Jul 3 21:32:35 2020 +0100

    Dummy change
---
 secmail.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/secmail.py b/secmail.py
index 3929fae..463d17b 100644
--- a/secmail.py
+++ b/secmail.py
@@ -352,4 +352,3 @@ if __name__ == "__main__":
     fh = open('../public_html/secmail.txt', 'w')
     fh.write("Latest email processed was sent: %s" % last_processed)
     fh.close()
-