Fix sass generation

This commit is contained in:
rubenwardy
2018-05-23 21:19:02 +01:00
parent d5342d7096
commit f809cdcab0
3 changed files with 3 additions and 3 deletions

View File

@@ -247,7 +247,7 @@ def importRepoScreenshot(id):
try:
filename = randomString(10) + ".png"
imagePath = os.path.join("public/uploads", filename)
imagePath = os.path.join("app/public/uploads", filename)
print(imagePath)
urllib.request.urlretrieve(urlmaker.getScreenshotURL(), imagePath)