1
0
Fork 0
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:
Myned 2017-11-06 01:56:05 -05:00
parent f486405fd7
commit 9c2804b562

View file

@ -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()))