Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zanac authored Nov 14, 2019
1 parent 407e486 commit 301a9bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyJammASD/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
import sys
import configparser
import struct
import json
from hidapi import *
from optparse import OptionParser
from pyJammASD import *

if __name__ == '__main__':
jammasd_main()
jammasd_main()

0 comments on commit 301a9bd

Please sign in to comment.