Skip to content
Snippets Groups Projects
Verified Commit 87a9bad1 authored by Spotlight Deveaux's avatar Spotlight Deveaux :fox:
Browse files

Update Screenshottr/PomfManager.swift

parent 9831316d
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ class PomfManager {
let test = parsedData["files"] as! [NSDictionary]
if let fileName : String = test[0]["url"] as? String {
if let pomfBaseDomain = defaults.string(forKey: "pomfBaseDomain") {
completionHandler(nil, "\(pomfBaseDomain)!)/\(fileName)")
completionHandler(nil, "\(pomfBaseDomain)/\(fileName)")
} else {
let userInfo: [AnyHashable : Any] = [
NSLocalizedDescriptionKey : NSLocalizedString("Unsuccessful", value: "Go to Settings and enter a Pomf base domain.", comment: "") ,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment