Exceptions added #19

Merged
lade043 merged 11 commits from exceptions into master 2019-08-02 18:58:52 +02:00
Showing only changes of commit 9727e3381a - Show all commits
+1
View File
@@ -34,3 +34,4 @@ try:
except Exception as e:
print('ERROR' + str(e))