mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-13 13:12:42 +00:00
Fix whitespace and indentation, per pep8
This commit is contained in:
@ -17,4 +17,3 @@ if __name__ == "__main__":
|
||||
r = Random.new()
|
||||
key = r.read(32)
|
||||
print base64.b64encode(key)
|
||||
|
||||
|
Reference in New Issue
Block a user