mirror of
https://github.com/myned/modufur.git
synced 2025-01-19 22:25:20 +00:00
Commented out pync macOS notifier for cross-compatibility
This commit is contained in:
parent
f486405fd7
commit
9c2804b562
1 changed files with 3 additions and 1 deletions
|
@ -7,10 +7,12 @@ from contextlib import suppress
|
||||||
|
|
||||||
import aiohttp
|
import aiohttp
|
||||||
import discord as d
|
import discord as d
|
||||||
from pync import Notifier
|
|
||||||
|
|
||||||
from misc import exceptions as exc
|
from misc import exceptions as exc
|
||||||
|
|
||||||
|
# from pync import Notifier
|
||||||
|
|
||||||
|
|
||||||
print('\nPID : {}\n'.format(os.getpid()))
|
print('\nPID : {}\n'.format(os.getpid()))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue