Skip to content

Commit 1871ff8

Browse files
Added url to comment
1 parent 8ed077e commit 1871ff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DvG_dev_Base__PyQt_lib.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"""
4444
__author__ = "Dennis van Gils"
4545
__authoremail__ = "vangils.dennis@gmail.com"
46-
__url__ = ""
46+
__url__ = "https://github.com/Dennis-van-Gils/DvG_dev_Arduino"
4747
__date__ = "08-09-2018"
4848
__version__ = "2.0.0"
4949

@@ -511,4 +511,4 @@ def close_thread_worker_send(self):
511511

512512
def close_all_threads(self):
513513
if hasattr(self, 'thread_DAQ') : close_thread_worker_DAQ(self)
514-
if hasattr(self, 'thread_send'): close_thread_worker_send(self)
514+
if hasattr(self, 'thread_send'): close_thread_worker_send(self)

0 commit comments

Comments
 (0)