We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4eccca commit 8c00bbaCopy full SHA for 8c00bba
python/hangover.py
@@ -41,10 +41,4 @@
41
body="Gonna work from home. " + random.choice(excuses)
42
)
43
44
-try:
45
- if not os.path.exists('logs'):
46
- os.mkdir('logs')
47
- with open('logs/file.txt', 'a') as lh:
48
- lh.write("Message sent at " + strftime("%a, %d %b %Y %H:%M:%S") + "\n")
49
-except Exception as e:
50
- print e
+print "Message sent at " + strftime("%a, %d %b %Y %H:%M:%S")
python/smack_my_bitch_up.py
@@ -42,10 +42,4 @@
body="Late at work. " + random.choice(reasons)
51
0 commit comments