backups: notifications to email
This commit is contained in:
@@ -1 +1,2 @@
|
|||||||
tgram://{{ notifications_tg_bot_token }}/{{ notifications_tg_chat_id }}
|
tgram://{{ notifications_tg_bot_token }}/{{ notifications_tg_chat_id }}
|
||||||
|
mailtos://{{ postbox_user }}:{{ postbox_pass }}@{{ postbox_host }}:{{ postbox_port }}/?from=notifications@vakhrushev.me&to={{ notifications_email }}
|
||||||
|
|||||||
@@ -154,7 +154,7 @@ class ResticStorage(Storage):
|
|||||||
|
|
||||||
|
|
||||||
class Notifier(ABC):
|
class Notifier(ABC):
|
||||||
def send(self, html_message: str) -> None:
|
def send(self, title: str, html_message: str) -> None:
|
||||||
raise NotImplementedError()
|
raise NotImplementedError()
|
||||||
|
|
||||||
|
|
||||||
@@ -170,9 +170,10 @@ class AppriseNotifier(Notifier):
|
|||||||
f"Missing notification configuration values for backend {name}"
|
f"Missing notification configuration values for backend {name}"
|
||||||
)
|
)
|
||||||
|
|
||||||
def send(self, html_message: str) -> None:
|
def send(self, title: str, html_message: str) -> None:
|
||||||
url = f"{self.api_url}/notify/{self.tag}/"
|
url = f"{self.api_url}/notify/{self.tag}/"
|
||||||
payload = {
|
payload = {
|
||||||
|
"title": title,
|
||||||
"body": html_message,
|
"body": html_message,
|
||||||
"format": "html",
|
"format": "html",
|
||||||
}
|
}
|
||||||
@@ -340,12 +341,16 @@ class BackupManager:
|
|||||||
def send_notification(self, success: bool) -> None:
|
def send_notification(self, success: bool) -> None:
|
||||||
"""Send notification to Notifiers"""
|
"""Send notification to Notifiers"""
|
||||||
|
|
||||||
|
host = self.config.host_name
|
||||||
|
|
||||||
if success and not self.errors:
|
if success and not self.errors:
|
||||||
message = f"<b>{self.config.host_name}</b>: бекап успешно завершен!"
|
title = f"{host}: бекап успешно завершен"
|
||||||
|
message = f"<b>{host}</b>: бекап успешно завершен!"
|
||||||
if self.successful_backups:
|
if self.successful_backups:
|
||||||
message += f"\n\nУспешные бекапы: {', '.join(self.successful_backups)}"
|
message += f"\n\nУспешные бекапы: {', '.join(self.successful_backups)}"
|
||||||
else:
|
else:
|
||||||
message = f"<b>{self.config.host_name}</b>: бекап завершен с ошибками!"
|
title = f"{host}: бекап завершен с ошибками"
|
||||||
|
message = f"<b>{host}</b>: бекап завершен с ошибками!"
|
||||||
|
|
||||||
if self.successful_backups:
|
if self.successful_backups:
|
||||||
message += (
|
message += (
|
||||||
@@ -360,7 +365,7 @@ class BackupManager:
|
|||||||
|
|
||||||
for notificator in self.notifiers:
|
for notificator in self.notifiers:
|
||||||
try:
|
try:
|
||||||
notificator.send(message)
|
notificator.send(title, message)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.error(f"Failed to send notification: {str(e)}")
|
logger.error(f"Failed to send notification: {str(e)}")
|
||||||
|
|
||||||
|
|||||||
+157
-156
@@ -1,157 +1,158 @@
|
|||||||
$ANSIBLE_VAULT;1.1;AES256
|
$ANSIBLE_VAULT;1.1;AES256
|
||||||
30353464333261353263666333626634633162666239653631386263363431333734656631313930
|
39303531663233366261396235326638633861383835306130636239313035646134666236356333
|
||||||
6539363363653239656166623839636131306462633834310a646438626666653163613762313637
|
3766646337396365636134653837373566333866333361360a323535626465383230366564336635
|
||||||
33316565343539376535303135366530386333313562306161633861306237313030386366656435
|
63363031383731383238636330343337333563626462386461313066636130386565623061303733
|
||||||
3830353139613066350a666564333832393465316531353863373437646464316262396532383738
|
6237316539363566640a613562613834383735313237363364613932323037633262636530336464
|
||||||
36643034623263643038633162666265646661383461303335653935376330633033653730643235
|
30343764383036646138336364376566616231373864383538326666616365396432336239623161
|
||||||
38663938333934353131393762363762366333306439396264346565336439653239353034386138
|
65613831633838383135333163346531366337663966343764353335616236393134393635363062
|
||||||
65343832666363663731656263616263636662323038663835386437306564643265396434393832
|
61303166363136613734323937346461393133656162353231306532646535343233653135613961
|
||||||
31373231636363656463366436303433616239646331353239363966393264623866636466323839
|
31323033616666643062333337323736333730303939613761643661663036336464663161323663
|
||||||
61653037396130373763633265666663316666623961643131373564326361653038646530323964
|
31646663353865663032306332646364313230363765393666643661366465373734396262323264
|
||||||
66383738303230313533653562356535343162633231636634646237663466313031346463393965
|
35303137643435326130656264313164636461343163613230346362373035373538653432303232
|
||||||
65336164373666343932376234343133623531323163653961666432326134333865336262333336
|
64343935383531343434323135373766386362376262363165636265376634336132363061376132
|
||||||
63643038636537323039616563613861386566393364306131326463366531363063613766383965
|
33623762376337393937663738646238646365373766363839623239366261326465386463613139
|
||||||
66353237383734643564626239346662656435386166356161343031343633613331623433366465
|
35366166383965333639656333393034323930656132666535383661643630613266663063323437
|
||||||
34613237383934343636613833353933613536386637626338326537373438646139623839366263
|
64613865306465633833323462323366303164366563316236373531313637666533313136326132
|
||||||
31386137636362356339333530626565333561333634613964343133393038663033656433376165
|
62316364326430386336656564643434383934323037623436636633633834613236366364346133
|
||||||
33323633383237343433636532613965303232306262326237383233656430363030366164643561
|
38323034313735336434633632643965326231313961383465623737303932376366653264643364
|
||||||
37373930646233366439383635333133393631366265373439643635396231336263373266373338
|
61373032333463643262656364386138376532386537353730326131303238366634363262336632
|
||||||
33613432616634666531623631356162363364643437623239643536336636396132313232656233
|
65333436393739656532656263353037346166653661366661626235366132643633646238356462
|
||||||
64333032653930353430336364353335396130633634666131393166383765656362616139396265
|
37313230383031356535613766316136333239623239373932663536393964396638663561623365
|
||||||
32653563366562383930623439363539333235326661383665336564623832313839306263386232
|
62616561333734646335393664356638623362346230623931643865636165643736646562323231
|
||||||
61633734353733346266343936306364393835316635633061386661313262386630623933656436
|
37306665343135616362646237613933383862363664383666346532626332343065623432303434
|
||||||
30633662613937326162666666353339363736373139626133316233383433373665623637326634
|
33316631376430353566326434323164303834346663356265393066653033663536623062323839
|
||||||
62623165306431363931616335363339383836366363353565366136643661366638343361306438
|
39653130633463313465386432303234396562323334326631313564616633383866616564643537
|
||||||
36346265383930326461653931626537306431633766653265373266623333643437323533353233
|
63396262633336343066336335656136386661623762373262323062303761653139323537303465
|
||||||
30336437353739353861316134306361333063336233323437616630386532663934303032356238
|
39386436613432326539626536396631323766316566636135356132316465356635636262303237
|
||||||
64626335653161313533636539353665656239336237633461346535636539393161643961613464
|
31313864646563326166663163646563333133353162313339333431653233353861653730313836
|
||||||
30313366323937313265636563333261643732363161323934303463316663313033633831386536
|
66626566643266623739346536653537316263343865376436313364616335313135343432653537
|
||||||
36313733326133643663353830643936613366653766636638643737323362303537636563336339
|
65643733353934633030643236613134343336383033653465346461306235653631336637626437
|
||||||
66353930633761396666383138653339343632656232643866376337623732326635373735623362
|
34366666616330356133363337323734323733643034303236326438343766643331656331323961
|
||||||
38613831356437383865653964656637396137386463316562663464383834323962333465356562
|
30333034306461653134636565633938646535653037373733306336303037326261613238616339
|
||||||
62343864613364623639336334646462376366356138386162373763353930366663646463303736
|
39623961363233326533633236653437363766666263623933643036623465353934616262383065
|
||||||
36323165373236643139303935333266323064633230353934343538616332653265373438633564
|
61663566323766326663653731346537636262356364623338353562323832616661313634643565
|
||||||
62393332383533313564656434366435326362316666623763353563626138643732643531343238
|
37313537653535326233376137356663333266323063643361313734326662636565653330623965
|
||||||
33313031313366656363343562653763613833653536613562343465376664376562356164613936
|
63343961613034656461396639373266373666633732336231343836353234336563393531633735
|
||||||
66343763313262636532626363393562316661613130313866346165633862373136393661303936
|
38616239333930666634303362366364353338613437353331353030363064333237333161393433
|
||||||
38633562663461623133653864306139393165386265313032653231306361393830653763663062
|
32336131373935303033646161366138316338623334383434383131313236316539343937653961
|
||||||
63383430633734646134303239666532626264613332313136363238323139326237623035623964
|
62626333653531343238646430623635633534373333613837353964313336663831396439633133
|
||||||
37663435353965383535646331343761383562653735363666666335613630373865643265643336
|
31353162623938386366343738346433373032386434373165363131386663383432623532323363
|
||||||
32343664666239326337643366306531623834336463386637666564646338333433303134323564
|
62356630373566616436613136616238353163363634373530326262383164396433313564633737
|
||||||
32323866323337303262363833313838623337323232616135363963363631336637623865373437
|
38623432653337383961633365316366313664663132353766306636623035373830646566646432
|
||||||
31316539663237316162366338303763346139663435313037306338623339316637363133363965
|
65663038666232383566613534626466323765346464363461363335393032613363306464333738
|
||||||
62303439383637353333333631363234343866623763616261666239316631353434323930373066
|
35303535376335306266393666643063343831396533336562666661613934303062376237393637
|
||||||
32613334303566353830323064626537663339373130613533373739616236346337393033316638
|
30373563623935373733623864316539383830333663616534373230333132396232323266646538
|
||||||
39303462633463306634373933396233666530303465323133386435333563373936623466376334
|
66353539646530353832333065633266663664326566306262303966623662383635373362386535
|
||||||
39323131353866313263333436303831323166366165623263323730333663616665373261313232
|
39343333663138663438376338316536626662663930316532626232613231613063396539363364
|
||||||
62333361623964316236303739363430636461396264333638363835646366633633326666326363
|
31393966653966363831383261336336666662326630616364613563626434656334616539373262
|
||||||
30376339646361386337343561666230313066303263353430333436613464303965353634353831
|
61336533363532613335333365356634336334646266363762346362326533613734393136616639
|
||||||
35343866396639366539653939313939656234663665666533326630306530333863383761613161
|
65643139306464626662373565363033356439643933646138363537623563633966666130383732
|
||||||
61376433623635663636656564643135626239343663333532663366353165383463383038353232
|
64383337653361653731323965326566313132656563643264326130623334333237623632313137
|
||||||
35346437383931653166323431353766393036626136643262623263363932396437303033356131
|
65643234323464616537383637333766373161313862356364376466343231613039333539306561
|
||||||
31333066393166356665663963306366383837303036373930653462386232373563303630633636
|
30333032663761616237353962343266656330623765663039383864376236373838626361363961
|
||||||
30363466353437306232383663363161396665393739306536643236663761323366613130656330
|
32363430636337346134326337633166383236633937306435333838313636356437643361363063
|
||||||
30366661353939303030363833636238346134323738366138396336393463373563333632653262
|
33393337633939306365336130653761353461393531663734633831646261373832336532333136
|
||||||
39633333353466313339386362656538336338373565323536646333616434626137323335353563
|
65373666343636613737336466613933356130653965663036373136336231616263373966356666
|
||||||
31636564636537613033656236366362316134353733623961366333313165626637616536646361
|
34643838653532616134663530623963633563333531323939393264393839636263356230313966
|
||||||
39623561656234356663313032326231313231363963643534666136343433663730333333633434
|
66363666643537346130643930373730373062303836373632376533383433366432323633343863
|
||||||
35303363366133323330376163363662653534633431333035363837633831343861373633393930
|
37326162336262633635666131303039643561663939633430613936666431646633353762306234
|
||||||
30626635353166303962313639326239623532396435623230353166323165656261643030356131
|
35303130353138626462646431616161643930653165636531333861623066653265343239623936
|
||||||
65356632613834653063656138353261613231663465336366623564316165623932663530376631
|
35303238373562386463373266653631373266333961633430663931343262313234376266303931
|
||||||
31616137386433336135323636613665356162353139306263633833336566346339666135626433
|
32306362626563373133376161313633343438653438383433656533623861313365373831623463
|
||||||
30336361333736333334383162343336663631663333353739633036346633393763366636353161
|
34613362646432643631323232313236366666386334306237656535623465363134326566303535
|
||||||
36373566613530366632666333646563336136663034663337313032643165643966303964613234
|
39313836396231653131376538316263633463336263373839663464356531383266313439326262
|
||||||
38653332343037653464646635666634376138616636326531353865346663396534363338393465
|
38356638333863303066383330653135643130613933643236383164623935373138323662616134
|
||||||
37393962343233633739313961663531616565363337346535303962663533643866363333353430
|
63306562646366393865623462313633323136363461623461373136303665343839366233633238
|
||||||
35323864383338313837643266653937316432313834653038636561653238303164626362326432
|
63363833356131643364653338666461323365396634373030663939646163353532663365393834
|
||||||
61626638636539303135646432643539306566316464383935333535343163393832316561323764
|
63336230373134633136626137623939333566316238623337623033333939353835653463663033
|
||||||
38373239376363633237346664626137363562303134333563346434396335383235383032653637
|
61623937623335613236323233633661363565383232633239393137323533633938353537643733
|
||||||
66356138396436623734316139373964373364633937373431386432333263326563326234623936
|
31386530653837653763333237653763633962396237666662343534346661653730623664626638
|
||||||
62313830613436356337623865373432356165313930373362643037386239303937666637636332
|
64373963383065333138656231393466366333666631383334326164353638323032383430656165
|
||||||
36666239343336316538623938376538383038386662396662626137633138663766396432353061
|
30356534376261346233346630303863343739663035383637396337313638313436653138626261
|
||||||
66656665656535303535376161303562643035383961343832373137636335363534393861316332
|
38626233346639376534313563373563306266646336633861343466613761306438306532333138
|
||||||
63353831616439376663616363363763323838366363396637313931616337633832643061616662
|
64656365363634393733623965396237353164383031336634316634313334616338376165666233
|
||||||
31663738396162316538343763353330653739303963616530323064373331366433326465326532
|
65623835376431336162663839373264313534626564356561646635316537656637623430326635
|
||||||
34303437346463366362346532376263356134633838373630323831643432663265313965633964
|
62353661636534646130613134306563646233323131396363356663623865626164393865623931
|
||||||
63386361303666376162653938346236636434666564623638646161656661393462613237363935
|
30343534306361316536653633353162653965666437353361666662663732616433613838633733
|
||||||
66346661353735646261333339313638653061636130623963346235376234346138613762643566
|
61386564306266376361343335333132313235633535313164373734623934623930353137396331
|
||||||
30323831613461383766643836666633636364323139333261303632613730663730336637646233
|
61333562616139373437393638363865653961626330653738306564393939383262346630663162
|
||||||
37373733373930333735306532663930396331343037383032636461653463353862613362303332
|
39633961343132663464636637373335303834363663353266616332393335626535646335633138
|
||||||
66663361373030363031396663616638396465313438396230633835633335636664356565316664
|
31326630366437323931656566656462366433393235353735346538323933613639636539353063
|
||||||
61356632303035366638613762306636333439373534356239626439626465613837336539636532
|
63336436616333323238386537343362616634653266656536323235633366326561613365393230
|
||||||
61393564613962303938393435306238383761396339656533653265633461666435353133333164
|
39623034303239316663326466393032616561656534653533333565646661663936366231356361
|
||||||
33316630663131323634343637643435326237666134326534666563623734633634366636623731
|
33306130313630313333313137356639316430623636386464623566353338653763663532323630
|
||||||
33666536396138393137333761633139323735303039313837366635623037333037663231353338
|
61623165316132666238383935306362306230353764373639643064396163363434313830323539
|
||||||
61633962643830663038343530643330356137663665663537336564353730323565626135313662
|
65323036656461613137316264663032616562353235313466613436316233316462663062656234
|
||||||
38646430306638663431373037323061313438666433313264633732303664323634303236356364
|
61313163623937663734366231363938393932623531343533306532616235336262366534393962
|
||||||
32326131656438656661616638393462333532313737396235643830663832643435373362373533
|
64376436626466646631363262303938636538306431366335616363333738623235626263336264
|
||||||
34313638626264363561653232323263643135323666626539636435303131336533623137643735
|
61626135393336663730303362383039646161653461666439313237653262326538376466366233
|
||||||
38333734636133336431393634316566626266356165663639333461306463363637613366643433
|
34316430356335626334613736386337333634336366393031336433306537303538306663323665
|
||||||
61313031623933633731353533346264363336326534366231366239373137666430376266383836
|
61373462643263636164656339633432656337646533653732393262633662653330326437353836
|
||||||
33396365343161616238396133326433343535333032643533616439643236323561353236356536
|
38613964663261316161343166333734386134346137363437343739373132643962323563623736
|
||||||
39663534666533393638376639653161376562636333616437623937383035313032636632396232
|
35666135313165313564356162623430393934313834376538613635396465373936393063303038
|
||||||
62373961616262313936623663613837316539616330336339363436373465363662313836656662
|
31623633633065393766653830393735306438306563323139303835623537323032633438333935
|
||||||
31333231653836306362643234383631666431663431666333366563393830343837393339313533
|
30653363313963366661323865656531613836666533656537346330646531373864333638306138
|
||||||
65343034373265343737326232316162386434326661336530373639633838373766323437393937
|
66376534363734353664393163353933353861356433656233653862353666323039623166303065
|
||||||
38313962356364306165393730356339336639303731393931323130386462663139353639626338
|
35356539616432613435333831663834623162326336613663343833613961613361643639613239
|
||||||
30373162356131313737326164393164373837366632643064326635323934396239363033303938
|
38346230666362376364333664343438336361393430646437653161663235326533383962303833
|
||||||
62376539313164333365336331393735346138376362333962396364323063636539346663613631
|
63636135656265333230333863626566373536663439306134363165313332316562336362333666
|
||||||
66353062643261666538633430653036636461626161356265303037353665326461333335373562
|
35653361383666666136393431326438613233356261663639376634643537313435616433663165
|
||||||
62363237356166363139616532333530373230623865383862383362376534363162336163633133
|
64386662653733376337613339343163346664386465663835643534383132316562346639303030
|
||||||
37636564353836643963613333373837343431346538303738346462663739623932363831353534
|
33383736323639643334633733396535326131663230643364636436326333316335333333626634
|
||||||
64613934323136623761633830313335306666643765343037363665303733613639343466393963
|
62306137636563306132613239306236383030646163343133353538356537316436373266303032
|
||||||
62386361326362386535376364303237313564316661326337336434616134313464313565333136
|
39343735663634653963303161383434363632333433373335313438383734653036656434343165
|
||||||
64663436643939623438366437643034666362386233666238363434613862386333323134363566
|
34363233373238623166396634303038346663633066643466383831373664376139313161616137
|
||||||
61646661386139393731666632343066366139333638333366336137353833383931383835363934
|
65386263653766323330363736396334656230636332383166666663633538616165306262383630
|
||||||
35666563303333303932386264316134383035613035663466656465336439346137656336656434
|
35346434626432353536383136353761376139373865356663656333623636623166303863643463
|
||||||
34363438663962393434633761633336623966636465623665356433343236383862636435303038
|
34623830636164353362396532346538373139643730633065326238663938653536643437383333
|
||||||
33313661336364346562666234396462646231666162306566636461613462643034653861663439
|
35303336656264303733333832356138306464393934343738373932643935346130356532356266
|
||||||
39633361643733643533346561363232336465383633396461376239623837366135336238346332
|
30353736356430313965376537303033666665646339353235373030383763643231616332616162
|
||||||
33373762613230353537656566353466623864636161316361396338613566336132303762306538
|
38306333383562353830303435323362386435616439313561623032383464373431393033313035
|
||||||
36633663643136303262373365363063396163613464333662653430396636623335313061626561
|
61363832383030636635626463616430323063313566633966396130633935633935373135353134
|
||||||
38636165346532373732333463373436323239386432326634613762303665343636343366656162
|
39663038653338656161336138623662326536306264616265366435373861656230623938623361
|
||||||
39613035626133306139663831313236353739313930666339333133663839313932336433353531
|
64623064356264383462376636333665613739663138663961396462626137646561326162616563
|
||||||
63373966633635336632363137326533363864303466366664656532623362663265613936663636
|
33626239663230366664646631656636383931653938663964313235663264373337353531336664
|
||||||
32336265393330616437646664333464623635353662616133623264393935303530356330633834
|
66626464306161353731366563326132613063626432343839623734373364336363313864666465
|
||||||
64626161646366306134303634356138663634396231353064343661373662646132653563656162
|
30333966383733303036303536333234376233363962646430646630383739346638383464373633
|
||||||
36343864396263343561333137383238393063333634376634656231346238383862313264303263
|
61343731663865646537306362316261623736376161613963306664316462643334616138343435
|
||||||
66343766353133316337356265343361363931373362303462663935323735393330623632623237
|
38373035396230376534653438346432303361393330363131633537656635656563323730383931
|
||||||
34636565646461666431313362613862303530343537306563396236663435623164326134326530
|
63336438623035663834343237656131656664343636383137373063623565313731336661663065
|
||||||
61356566313733363035346530613934376236383136633363316263393761383532393133323939
|
66366663326233353936323361306361623064656637373835616431386137323762313766613134
|
||||||
38653731643330666261356236623039633262343031393330356565326261336230303132656332
|
34393332623733313239383634396333363030323065623138383035656563326138343063383265
|
||||||
37353464336365633633643063353237626535326537653131633535306361353165313232366664
|
33346433623639386361383866333736353934303464616334643837356432666138386634396632
|
||||||
65613966356634633134633563343036323539633036363437626466363865626333376134613731
|
37346335333734343034333664326536396335666334323633623437663339313931313132336663
|
||||||
31363434373534613239333031333564653733363732343835346435633934356236356166393538
|
63346563306430643632363266353965663338366136366666393235323863333762376630313630
|
||||||
38613432303032333830633161353938383632313137633437313131653664323934613432356635
|
37653961336366656638393233393362313961656437336233333734306364383632313432303434
|
||||||
32656661303163646335633137363734323363653330623137613438623831366135393261343833
|
63346138653130643432393062663330333161306664613933333838626163646230336463326162
|
||||||
61383839623733346434653739626365376266353430363131636665636639333037646262346465
|
35663334666534643132396639383932613764663362623634326331656262323763363061643239
|
||||||
65393934373564386335343865656161306635653833373430663064616264653135316530303338
|
66666134353135303734373238626433306164363338386237306465353566656235346664386433
|
||||||
38366434323961396638663534396530636639613338643463326432646366646163316363383832
|
65623833353931626634333631396237373366303163336562626337353939383463366461643534
|
||||||
31373331366565376439643131343631393663666434363838316435653132393034643536353332
|
66663432313134343436313362396566313462316662353336363733346339353965656463613863
|
||||||
66343530363564346335623464653862643632356638656535353666353336323033356336636134
|
39353635363436363861386464303565613663636365383732666261353334653965646262326231
|
||||||
39316165633562303239623863613633313238323862393636336464633934316266313235343736
|
63316661363231626164343463353661376561313766303531316134396362613337363836623532
|
||||||
38353435663166643566653236623039353465303431383132306135323239346135323831336363
|
32356235356463353564316334303864323637623137353130356139633831346430303262646539
|
||||||
65396136666433393334393731373437383631313139666139663239303330363031356330373035
|
66643733396432643532373162363735346563343133663064613565666234313230356139663062
|
||||||
34366264396332643163626237636132623532326636396461356566363835363163643161396130
|
34646661306461336339643239333536393861646130613633653366616434633032363566633465
|
||||||
30663637346464646333623833393534613464336432336239386238393630376435343535356464
|
66653332336464653238373165656163636538653966656230643732653665363437653665663162
|
||||||
36393539653632393430663035613539626165396463323739353263636364346662653535633261
|
65636533303038386537336632636339613030386466346633636338386433653434633435656639
|
||||||
63663461623435386231653232313539356131346534636137383562313733663031653730353533
|
62383765393966316539646661306666393762623836353730663263663331396337373837643138
|
||||||
37393233363635643339373530376130326333643764356634643161333135663436663437373136
|
34343166393061653036316336306564386530616339626465393332316237306534663965376631
|
||||||
38393163343166666237663062313236373938646263356530363136383666636536616436626139
|
37653563643931353436323264306236393561366465383730653135333161656634343565343965
|
||||||
66633038303961336537613030323639383666333930623161633061643131313235333235303561
|
32323839626562626335323431636135616230343833386130383138356663393735626165386231
|
||||||
64633631333964336164363963346163303730306334353834343061353661633436363536313839
|
63396461373231623534393665613339656165353665616232613831333561656530623036663339
|
||||||
30366535376537313065303839323939396465623734656233396535316465333436323937323232
|
38373564373966363366626439343539343236373665383863363861323539373237613463333835
|
||||||
36656662316232306330393435333836363234666161656434653033643236303864356137393834
|
39656530613562643666333933633236373666316135303339303438333064363433396631313635
|
||||||
38643234663365663037353663616439383430616665643061363531343765363034386432626564
|
32346461636366333737656637623161373763656164366136323136313739353937333764316333
|
||||||
62323630613337663562616664613138623262326134343430623661656166653135396562323364
|
62633565316335393530306630623935663865366133366331346665353666343434323862383933
|
||||||
38616165316464376563636535643839346665613465316662363566313337333666383336303064
|
61623139643163626139346566323339323363363330636336313865383431316238363738623237
|
||||||
37633130323464393831323962356633663430343761393932323266353864363062653132323639
|
37303333323661333734356261303736326365333163626434383162306266646136353537376131
|
||||||
33656337666236303764653834326230613165636437306337393132626339663161623536376138
|
31633636363335653037323733333036346637613536363739393836613937383062386334623736
|
||||||
32343063313864643164613739653038663430633466356331313638343766393166306138336239
|
34326463643739653163366136636266333662646630313830633134376231303162356537336364
|
||||||
39303938303861343331626231303333343931306136373533613466616336366261313866656631
|
65313836383135323063316435353038333833643365323364623235323931373166363532376538
|
||||||
37336566623933656433646465306237383334363264333532386537343336363933636133306263
|
37356131313630623438343364356430626232353839653937366138363865653762366134646438
|
||||||
37333033633461656236623433356438643936343861363833306333386636633463356365643730
|
39373263313961376334316334343336363237356232623364373439623033336635656361366438
|
||||||
61303931326162353638363035666333333661393262306234366165383530663231656334623133
|
37333435333464663039613363623938653465373864373339653662613333633165386364373839
|
||||||
30363436616266313062636232313435376462633734393130656239396462613039623236396330
|
63623033326637303666303833393034373033633032373837336463303166613365373330333239
|
||||||
62666336663661623239666530656664346461363436303930306338303031623461646137366432
|
61306535656334633235363865333432326531376638366332356163376637356635393065643463
|
||||||
62643332353135663935
|
30666438323766663564373633666565636338333930353965663365313062636466653232666632
|
||||||
|
6163
|
||||||
|
|||||||
Reference in New Issue
Block a user