projects
/
EVA-2020-02-2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c161c52
)
Experimental fix to communicate Py version reqs for #78
author
Phil Howard
<phil@gadgetoid.com>
Thu, 30 Jul 2020 10:53:10 +0000
(11:53 +0100)
committer
Phil Howard
<phil@gadgetoid.com>
Thu, 30 Jul 2020 10:53:10 +0000
(11:53 +0100)
examples/weather-and-light.py
patch
|
blob
|
blame
|
history
diff --git
a/examples/weather-and-light.py
b/examples/weather-and-light.py
index bccf7cc0d69cf09947389ff01607706346e45046..cd8ae962c1e40f6571c4e7a7995eb9850a162d18 100755
(executable)
--- a/
examples/weather-and-light.py
+++ b/
examples/weather-and-light.py
@@
-1,4
+1,7
@@
#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
+
+f"Sorry! This program requires Python >= 3.6 😅"
import os
import time