Skip to content

Commit 6dceb32

Browse files
authored
Merge pull request yhangf#5 from Arthur-L/master
bugfix: fix the TabError of pqi.py
2 parents a2ff7d3 + 3b0e719 commit 6dceb32

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PQI/pqi.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,4 @@ def main():
136136

137137
if __name__ == '__main__':
138138
print(APP_DESC)
139-
main()
140-
139+
main()

0 commit comments

Comments
 (0)