Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Barry
/
esp8266-Mud
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
43b432d8
authored
2018-04-28 17:44:10 -0700
by
Barry
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added gitignore and modified password
1 parent
3ea3b548
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletions
.gitignore
release.py
webrepl
.gitignore
0 → 100644
View file @
43b432d
releasepw.conf
\ No newline at end of file
release.py
View file @
43b432d
...
...
@@ -21,6 +21,9 @@ for f in os.listdir('rooms'):
for
f
in
os
.
listdir
(
'inventory'
):
files
.
append
(
'inventory/'
+
f
)
with
open
(
filename
,
'r'
,
encoding
=
'utf-8'
)
as
f
:
pw
=
f
.
read
()
with
open
(
'releasepw.conf'
,
'r'
)
password
=
sys
.
argv
[
1
]
for
file
in
files
:
...
...
webrepl
@
bad4ac9f
Subproject commit
4cb755698470b9160bdb0a58d5ff54176cfc1abb
Subproject commit
bad4ac9f15041f076ffbef4380ae48a3507456b0
...
...
Please
register
or
sign in
to post a comment