Skip to content

Commit

Permalink
changes process name
Browse files Browse the repository at this point in the history
  • Loading branch information
David Erb committed Apr 26, 2023
1 parent 4b26e08 commit 69101d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added docs/images/Office 365 error.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/soakdb3_lib/datafaces/aiohttp.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def activate_thread(self, loop):
"""

try:
threading.current_thread().name = "dataface"
threading.current_thread().name = "soakdb3.dataface"

self.activate_thread_base(loop)

Expand Down

0 comments on commit 69101d4

Please sign in to comment.