Skip to content

Commit

Permalink
Update openXJV.py
Browse files Browse the repository at this point in the history
  • Loading branch information
digidigital authored Sep 8, 2024
1 parent 4083323 commit 382b7ba
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions openXJV.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@
'''
#on ubuntu package sudo apt install libxcb-cursor0 in case of xcb-error

# 0.8.4 Changelog
# - fix deleteFavoriteButton ohne Funktion
# - restore compatibility with 3.9
# - fix für Export von Verfügungen

import os
import re
import sys
Expand Down Expand Up @@ -3666,4 +3661,4 @@ def launchApp():
try:
launchApp()
except Exception as e:
print(e)
print(e)

0 comments on commit 382b7ba

Please sign in to comment.