Spacing issue.

This commit is contained in:
Jason Zeller
2019-03-12 11:40:17 -05:00
parent 1d44dce074
commit 0e7bd6598e
4 changed files with 4 additions and 4 deletions

View File

@@ -442,4 +442,4 @@ end
def clean_hint str
str.tr("\n",'').gsub(/\s+/, ' ')
end
end

View File

@@ -5,4 +5,4 @@ Short script to encode password for use with CTFd
import sys
from passlib.hash import bcrypt_sha256
hashed = bcrypt_sha256.encrypt(sys.argv[1])
print(hashed, end='')
print(hashed, end='')

View File

@@ -14,4 +14,4 @@
Good luck!
</h4>
</div>
</div>
</div>

View File

@@ -133,4 +133,4 @@
}
});
}
</script>
</script>