Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# -*- coding: UTF-8 -*-
class alarm:
def __init__(self, date, age, standort, message, quelle, bestaetigtVon, kategorie, status):
self.date = date
self.age = age
self.standort = standort
self.message = message
self.quelle = quelle
self.bestaetigtVon = bestaetigtVon
self.kategorie = kategorie
self.status = status
self.stillActive = False
self.firstNotification = False
self.reminderNotification = 0
self.notificationHierarchy = 0