Skip to content

Commit 6765320

Browse files
committed
Fix call to jgo.main() in __main__.py
1 parent 34aa66c commit 6765320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jgo/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import jgo
22
if __name__ == '__main__':
3-
jgo.jgo_main()
3+
jgo.main()

0 commit comments

Comments
 (0)