Skip to content

Commit

Permalink
checking the ssh connectivity
Browse files Browse the repository at this point in the history
  • Loading branch information
kronicka committed Dec 19, 2018
1 parent acca969 commit 032f1f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
venv/*
.idea/*
.DS_Store
4 changes: 4 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from PIL import Image

with Image.open('square.png') as image:
print(image.format, image.size, image.mode)
Binary file added square.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 032f1f9

Please sign in to comment.