Skip to content

Commit 986d0ea

Browse files
Update prayertime.py
1 parent efe8ee1 commit 986d0ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prayertime.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
import gi
2929
gi.require_version('Gtk', '3.0')
30-
gi.require_version('Notify', '0.7')
30+
gi.require_version('Notify', '0.8')
3131
from gi.repository import Gtk, Gst, GObject, Gio, GLib, GdkPixbuf, Notify
3232
from math import degrees, radians, atan, atan2, asin, acos, cos, sin, tan, fabs
3333
from datetime import date, timedelta
@@ -416,4 +416,4 @@ def as_pydatetime(d, ts):
416416
ts: tm_struct
417417
"""
418418
return datetime(year=d.year, month=d.month, day=d.day, \
419-
hour=ts.tm_hour, minute=ts.tm_min, second=ts.tm_sec)
419+
hour=ts.tm_hour, minute=ts.tm_min, second=ts.tm_sec)

0 commit comments

Comments
 (0)