Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
infrastructure
Hackspace Device Info
Commits
3c85ca8b
Commit
3c85ca8b
authored
May 20, 2015
by
Markus Valentin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated default avatar path
parent
c3db8869
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
hc_data.py
hc_data.py
+1
-1
No files found.
hc_data.py
View file @
3c85ca8b
...
...
@@ -29,7 +29,7 @@ class Data(object):
# fetch avatar picture, if not existant
if
not
os
.
path
.
isfile
(
hc_head
.
DEFAULT_CACHE_PICTURE
):
request
.
urlretrieve
(
"http://hack-hro.de/avatar/default.png"
,
request
.
urlretrieve
(
"http://hack-hro.de/
media/
avatar/default.png"
,
hc_head
.
DEFAULT_CACHE_PICTURE
)
def
update
(
self
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment