Skip to content

Commit fd28f43

Browse files
committed
Add exception raise back when not in pythonista3
1 parent f7dbbb7 commit fd28f43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wkwebview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
- Added some better handling for being notified when closing
1616
- Added some automatic cleanup on close e.g stopping the dispatcher thread
1717
'''
18-
1918
__version__ = '1.2'
19+
2020
try:
2121
#pythonista specific libraries
2222
from objc_util import *

0 commit comments

Comments
 (0)